@charset "iso-8859-1";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AAAAAA;
}
body {
	background-color: #000000;
	margin: 25px 10px 25px 10px;
	line-height:1.6;
}
h1 { color:#FFFFFF; margin:0px; text-align:center; font-size:26px; }
h2 { color:#FFFFFF; margin:0px; font-size:17px; }
h3 { color:#FFFFFF; margin:0px; font-size:14px; }
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:url(images/top_left.gif) no-repeat;margin:0px; padding:0px; }
.top_bg_mid { background:url(images/top_bg.jpg) repeat-x; margin:0px; padding:0px; }
.top_bg_right { background:url(images/top_right.gif) no-repeat; float:right; margin:0px; padding:0px; }
/* structure */
.bottom_bg_left { background:url(images/bottom_left.gif) no-repeat;margin:0px; padding:0px; }
.bottom_bg_mid { background:url(images/bottom_bg.jpg) repeat-x; margin:0px; padding:0px; }
.bottom_bg_right { background:url(images/bottom_right.gif) no-repeat; float:right; margin:0px; padding:0px; }

.left_nav { margin: 0px; border-right:1px solid #404143; margin-left:15px; line-height:1.2; }
.left_nav td { height:35px; font-size:16px; font-weight:bold; padding:0px 5px 0px 5px; }

.blue { color:#36B4EF; }
.pink { color:#A812D3; }