@charset "iso-8859-1";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
}
body {
	background-color: #000000;
	margin: 0px 10px 25px 10px;
}
h1 { color:#FFFFFF; margin:0px; text-align:center; font-size:26px; }
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #BE1BDC;
}
a:active {
	text-decoration: underline;
	color: #BE1BDC;
}

/* structure */
.top_bg_left { background:=" top_left.gif) no-repeat;margin:0px; padding:0px; }
.top_bg_mid { background:=" top_bg.jpg) repeat-x; margin:0px; padding:0px; }
.top_bg_right { background:=" top_right.gif) no-repeat; float:right; margin:0px; padding:0px; }
/* structure */
.bottom_bg_left { background:=" bottom_left.gif) no-repeat;margin:0px; padding:0px; }
.bottom_bg_mid { background:=" bottom_bg.jpg) repeat-x; margin:0px; padding:0px; }
.bottom_bg_right { background:=" bottom_right.gif) no-repeat; float:right; margin:0px; padding:0px; }

.left_nav { margin: 0px; border-right:1px solid #404143; border-top:1px solid #404143; }
.left_nav td { height:35px; font-size:13px; font-weight:bold; padding:0px 5px 0px 5px; }

.blue { color:#36B4EF; font-size:18px; }
.pink { color:#A812D3; }