a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}
body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #C0C0C0;
	margin-top: 0px;
}
.banner{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	}
.banner_small{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
.banner_xsmall{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}	
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
.main_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
.heading_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003366;
	font-weight: bold;
}
.heading_redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #CC0033;
	font-weight: bold;
}
.large_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #003399;
	font-weight: bold;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #333333;
}
.image{
	border-style: solid;
	border-color: black;
	border-width:1px
      }
img.floatLeft { 
	float: left; 
	margin: 4px;
	border-style: solid;
	border-color: black;
	border-width:1px; 
}

img.floatRight { 
	float: right; 
	margin: 4px; 
	border-style: solid;
	border-color: black;
	border-width:1px; 
}
img.floatNone {
	float: none;
	margin: 4px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}
