/* CSS Document */ 
body {
	background-color: #315F9D;
	background-image: url(images/bg_blue.jpg);
	font-size: 12px; font-family : Verdana, Arial, Helvetica, sans-serif; color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
a:link {
	color: #CC3300;
}
a:visited {
	color: #CC3300;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #CC3300;
}
li {  
	list-style-image: url(images/li.gif)
}
table, tr, td, th { 
	font-size: 12px; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
} 
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.link {
	text-decoration: none;
}
.td1 {
	background-color: #3363A3;
	background-image: url(images/blue_light.gif);
}
.border_below {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bdc9ea;
}
.dark {
	background-image: url(images/blue_dark.gif);
}