@charset "UTF-8";
/* CSS Document */

body {
	background-color: #afd2fc;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.subs {
	font-size: 13px;
	color: #1d4a7e;
	font-weight: bold;
}
.bolds {
	font-size: 16px;
	color: #1d4a7e;
	font-weight: bold;
}
.small_bolds {
	font-size: 11px;
	color: #1d4a7e;
	font-weight: bold;
}
.chart_header {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: center;
}
.copyright {
	font-size: 9px;
	color: #1d4a7e;
}
/* table transparency */

#splash_header {
	background: url(png2/splash_header.png) repeat-y top left !important; /*Mozilla will apply this one*/
	background: url(images/splash_header.gif) repeat-y top left;	/*IE will apply this one*/
}
#splash_content {
	background: url(png2/splash_center.png) repeat-y top left !important; /*Mozilla will apply this one*/
	background: url(images/splash_center.gif) repeat-y top left;	/*IE will apply this one*/
}
#splash_footer {
	background: url(png2/splash_footer.png) repeat-y top left !important; /*Mozilla will apply this one*/
	background: url(images/splash_footer.gif) repeat-y top left;	/*IE will apply this one*/
}
#header {
	background: url(png2/header.png) repeat-y top left !important; /*Mozilla will apply this one*/
	background: url(images/header.gif) repeat-y top left;	/*IE will apply this one*/
}
#content {
	background: url(png2/content.png) repeat-y top left !important; /*Mozilla will apply this one*/
	background: url(images/contnet.gif) repeat-y top left;	/*IE will apply this one*/
}
#footer {
	background: url(png2/footer2.png) repeat-y top left !important; /*Mozilla will apply this one*/
	background: url(images/footer2.gif) repeat-y top left;	/*IE will apply this one*/
}
