body {
	scrollbar-base-color: #CDCED0;
	scrollbar-face-color: #CDCED0;
	scrollbar-track-color: #CDCED0;
	scrollbar-arrow-color: #000066;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	background-image: url(/images/bk-color.jpg);
	background-color: F8F8F8;

} 
.primaryFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333365;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #333365;
}
.BOLDheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 32px;
}
.specialHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: oblique;
	line-height: 22px;
	font-weight: bold;
	color: #FF9900;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 12px;
}
.smallTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C0001;
	text-decoration: none;
	margin-bottom: 10px;
}
.headingMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
}
.smallTable {
	border: 2px inset #9D0000;
	margin-bottom: 10px;
}


.dropdownTable {
	border: 1px solid #000066;
	cell-padding: 0px;
	background-color:#CDCED0;
}
.dropdowns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #000066;
	text-decoration: none;
}
a:link {
	color: #333365;
	font-weight: 500;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #7396BE;
}
.smallMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #333365;
	text-decoration: none;
	letter-spacing: .06em;
}
.medHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333365;
}



.list {
	list-style-image: url(/images/bullet-seal.gif);
}

.imageBorder {
	border: 1px solid #000066;
}
