/* CSS Document */


.boldRed {

	color: #FF0000; font-weight: bold; 

}


.bigBoldBlue {
	color: #265A7F;
	font-size: 16;
	font-weight: bold;
}

a {
	color: #265A7F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:link {
	color: #265A7F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #E3E3DF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;

}

.subHeadings {
	color: #2B6799;
}

.strokeBorders {
	border-color: #006699; 
	border-left-width: thin; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-right-width: thin; 
	border-bottom-style: solid; 
	border-bottom-width: thin; 
	border-top-style: solid; 
	border-top-width: thin;
}

.blueCell {
	background-color:#006699;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}