.BlueBG {
	background-color: #5b7172;
	border: 2px solid #5b7172;
}
.WhiteBG {
	background-color: #FFFFFF;
}
body {
	background-color: #c3d7d4;
	background-image: url(../images/bg.gif);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #5b7172;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b7172;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b7172;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b7172;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b7172;
	text-decoration: none;
}
.DottedBorder {
	border: 1px dotted #96b1ad;
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B7172;
	background-color: #D1E9E7;
	border: 1px solid #96B2AE;
}

