/* CSS Document */
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#000000;
}
.hline {
	background-image:url(../images/centerline.gif);
	background-repeat:repeat-x;
	height:6px;
	font-size:6px;
}
.body_mid_line {
	background-image:url(../images/v_line.gif);
	background-repeat:repeat-y;
	width:9px;
}
.body_mid_hline {
	background-image:url(../images/h_line.gif);
	background-repeat:repeat-x;
	height:9px;
}
.body {
	margin:10px;
}
.text11black_j {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:justify;
	line-height:15px;
}
.text12black_j {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:justify;
	line-height:15px;
}
.text10black {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
.text11white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
a.fot_links:link {
	text-decoration:underline;
	color:#333333
}
a.fot_links:visited {
	text-decoration:underline;
	color:#333333
}
a.fot_links:hover {
	text-decoration:none;
	color:#9C6F23
}
.text12blue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3359A2;
	font-weight:bold;
}
.text12red
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
}