/* CSS Document */

body {
	background-color: #d9ecff;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.white_small {
	font-size: small;
	color: #FFFFFF;
}
.white_smallbold {
		color: #FFFFFF; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: small; 
}

.darkgray {color: #333333}

.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.lightblue_medbold {
	color: #15a3f9;
	font-weight: bold;
	font-size: medium;
}

.xsmallbold {	
		font-size: x-small;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
}

.gray {color: #666666}

.graybold {
		color: #666666;
		font-weight: bold;
}

.darkgray_xsmallitalic {
	color: #333333;
	font-style: italic;
	font-size: x-small;
}
.lightblue_med {
		font-size: medium; 
		color: #15a3f9;
}

.blue {color: #0066CC}

.gray_medbold {
	color: #666666;
	font-weight: bold;
	font-size: medium;
}

.bold {font-weight: bold;}

.footer {	
		font-size: x-small;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
}

.xsmall {font-size: x-small}

.darkgray_xsmallitalicbold {
	color: #666666;
	font-style: italic;
	font-size: x-small;
	font-weight: bold;
}
