.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.graySquare {
	background-color: #E7E7F5;
	border: thin solid #006bb7;
}
.bodyTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.yellowBkgd {
	border: thin solid #F4D66B;
	background-color: #F9EAB5;
}
.blueBkgd {
	background-color: #CCE1F1;
	border: thin solid #006BB7;
}
.pinkBkgd {
	background-color: #E6C3CB;
	border: thin solid #C0697E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
}
.blueHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006BB7;
}

a:link {
	color: #006BB7;
}
a:visited {
	color: #CO697E;
}
a:hover {
	color: #C0697E;
}
a:active {
	color: #C0697E;
}
