.BlueFill {
	background-image:  url("/images/layout/bluefill.jpg");
	background-repeat: repeat-y;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.GreenFill {
	background-image:  url("/images/layout/greenfill.jpg");
	background-repeat: repeat-y;
}
.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #347C71;
}
.DotHoriz {
	background-image:  url("images/layout/dot.gif");
	background-repeat: repeat-x;
	height: 4px;
	background-position: center;
}
.DotVert {
	background-image:  url("images/layout/dot.gif");
	background-repeat: repeat-y;
	width: 4px;
	background-position: center;
}
.GeneralText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.GreenSurround {
	border: 1px solid #508978;
}
.BlueSurround {
	border: 1px solid #0000FF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #062FAF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #347C71;
}
.Shaded {
	background-color: #CCEAE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.LightShaded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E1F2F0;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.Announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
	border: 1px solid #FF0000;
}
.WebDesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.WebDesign:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.WebDesign:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.WebDesign:hover {
	color: #FFFF00;
	text-decoration: none;
}
a.WebDesign:active {
	color: #FFFF00;
	text-decoration: none;
}