body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #022573; }
.style4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style8 {
	color: #022573;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #022573;
}

html {
	height: 100%;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.topMenus {
	font-size: 10px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.leftPad {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.textfield {
	background-color: #F9B12F;
	border: 1px solid #FFFFFF;
	font-size: 9px;
	height: 16px;
	vertical-align: text-top;
}
.rightPad {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text10pt {
	font-size: 10px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.topMenuLinks:link {
	color: #000000;
	text-decoration: none;
}
.topMenuLinks:visited {
	color: #000000;
	text-decoration: none;
}
.topMenuLinks:active {
	color: #000000;
	text-decoration: none;
}
.topMenuLinks:hover {
	color: #990000;
	text-decoration: underline;
}
.copyrightLinks:link {
	color: #666666;
	text-decoration: none;
}
.copyrightLinks:visited {
	color: #666666;
	text-decoration: none;
}
.copyrightLinks:active {
	color: #666666;
	text-decoration: none;
}
.copyrightLinks:hover {
	color: #666666;
	text-decoration: underline;
}
.copyrightCell {
	font-size: 9px;
	line-height: 11px;
	color: #666666;
}
.emphasis {
	font-weight: bold;
	color: #A05705;
}
.heading,
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #837967;
}
.cellBGgray {
	background-color: #CBC8C3;
}
.cellOutlineTopRightBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #837967;
	border-right-color: #837967;
	border-bottom-color: #837967;
}
.cellOutlineTopBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #837967;
	border-bottom-color: #837967;
}
.cellOutlineRightBottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #837967;
	border-bottom-color: #837967;
}
.cellOutlineBottom {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #837967;
}
ul {
	list-style-type: circle;
	line-height: 17px;
	color: #4D2902;
}
.cellHeavyOutlineTopBottom {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #837967;
	border-bottom-color: #837967;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
.cellYellowBG {
	background-color: #EBEBEB;
}
#cellBGyellowbg {
	background-image: url(fw/ringBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 670px;
}
.cellBGyellowbg {
	background-image: url(fw/ringBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.cellOutlineTop {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #837967;
}
.menuArial {
	font-family: Arial, Helvetica, sans-serif;
}
.whiteTable {
	background: #FFFFFF;
	border: 1px solid #837967;
}
.admin_emphasis {
	font-weight: bold;
	color: #A05705;
	font-size: 13px;
	text-decoration: underline;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}


.warningFont
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Red;
}
.warningFontBlue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Blue;
}
#popupWindowBox {
	background-image: url(fw/ringBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
img.serviceCheckButton {
	border-width: 0px;
	margin-right: 30px;
}
img.serviceCheckButton2 {
	border-width: 0px;
}
form { margin: 0px;}
#newsletterTable {
	float: right;
}
