.grayborder {
	border: 1px solid #CCCCCC;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00426B;
}
.topbottomgray {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bottomgray {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.navlinks {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:12px;
color:#ffffff;
text-decoration: none;
}
.navlinks:hover {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:12px;
color:#034D72;
text-decoration: underline;
}.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pageheader {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bolder;
	color: #00426B;
}
.pagesubhead {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bolder;
	color: #8E9B02;
}
