BODY {
	color: #4A4A4A;
	background-color: #B0C4DE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 0px;
	padding: 0px;

}

A {
	color: Black;
	text-decoration: none;
}

A:HOVER {
	color: Black;
	text-decoration: underline;
}

.bordered-centered {
	border: Black;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-left-color: Black;
	border-left-style: solid;
	border-right-color: Black;
	border-right-style: solid;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
}
.bodytext {

	color: #4A4A4A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.textboxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #EEEEEE;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CCCCCC;
}
.bottomLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6986A3;
}
