@charset "utf-8";
/* CSS Document */

/* RESET ****************************************************************/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { margin:0;padding:0; }
table { border-collapse:collapse;border-spacing:0; font-size:100%; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
ol,ul { list-style:none; margin:0; padding:0; }

/* DEFAULT ****************************************************************/
body{
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#FFFFFF;
	line-height:150%;
	font-size:x-small;	
}

.t1{padding-top:2px;}
.t1{_padding-top:1px;}
.t1 p{font-size:10px; float:left;}
.t1 h1{float:left;}
h1 a{font-size:10px; color:#FFF; text-decoration:none; font-weight:normal;}
h1 a:hover{color:#F0C;}

h3 a{font-size:10px; color:#FFF; text-decoration:none; font-weight:normal;}
h3 a:hover{color:#F0C;}

/* FREE ****************************************************************/
.indent { text-indent:-1000em; display:block; }
.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left; }

.fleft { float:left; }
.fright { float:right; }
.clear { clear:both; }
.fleftimg { float:left; padding-right:12px; }
.frightimg { float:right; padding-left:7px; }

.white { color:#ffffff; }
.orange{ color:#d86e27; }
.brown { color:#5f0b01; }
.red { color:#c60000; }
.black { color:#000000; }
.pink{ color:#ff5ac8; }

.bold { font-weight:bold; }

.padb-25{ padding-bottom:25px;}
.padr-3{ padding-right:3px;}

.mgnl-10{ margin-left:10px;}
.mgnb-10{ margin-bottom:10px;}
.mgnb-25{ margin-bottom:25px;}
.mgnr-15{ margin-right:15px;}
.mgnt-25{ margin-top:25px;}
.mgnt-15{ margin-top:15px;}
.mgnt-10{ margin-top:10px;}

.pdg-b{ padding-bottom:15px; }

.big { font-size:120%; font-weight:bold;}


