.fourSideThinBorder {
	border: 1px solid #CCCCCC;
}
.fourSideThinBorderDark {
	border: 1px solid #666666;
}
.BodyTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.HeaderTextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
}
.FourSidedThickBlueBorder {
	border: thin solid #003366;
	
}
.fourSidesLightBlueBorder {
	border: 1px solid #6699CC;
}
.TextBoxBG {
	background-color: FFCC66;
	border: 1px solid #666666;
}
.txtbox {
	background-color: 6699CC;
}
.lightgreydividerright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.lightgreydividerbottom {
	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;
}
/*Site Footer*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	color: #6699CC;
	text-decoration: underline;
}

/* an attempt at standardizing links */

p.BodyTextBlack a {
	color: #6699CC;
	text-decoration: none;
}

p.BodyTextBlack a:hover {
	color: #6699CC;
	text-decoration: underline;
}