body {
	background: #E1FFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#spacerLightBlue {
	background: #E1FFFF;
}

#spacerWhite {
	background: #ffFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: small;
}

a {
	color: #333;
}

a:hover {
	color: #6C7B66;
	text-decoration: none;
}

#globalHeader {
	width: 100%;
	height: 30px;
}

#globalHeader td {
	background: #666;
	color: #ffff00;
	height: 30px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-small;
	padding: 5px 0px 3px 2px;
	font-variant : small-caps;
}

#globalHeader td a {
	color: #ffff00;
}

#globalHeader td a:hover {
	text-decoration: none;
}

#headerGraphic {
	background: #333;
	font-family: Arial Black, Helvetica, sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	height: 65px;
	padding: 5px 10px 5px 10px;
}

.headerAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: White;
	font-weight: normal;
}

#headerNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FAE400;
	background-image: url(../images/navBG.gif);
	background-repeat: repeat-x;
	height: auto;
	border: 1px solid #333;
	vertical-align: bottom;
}

#headerNav a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	vertical-align: bottom;
}

td.CellOff {
	background: #FAE400;
	background-image: url(../images/navBG.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding: 5px 0px 2px 4px;
	border-bottom : 0px;
	border-left : 1px solid #F5F5F5;
	border-right : 1px Solid #FAE400;
	border-top : 0px;
	font-size: x-small;
}

td.CellOn {
	background : Yellow;
	background-image: url(../images/navBG2.gif);
	background-repeat: repeat-x;
	padding: 5px 0px 2px 4px;
	border-bottom : 0px;
	border-left : 1px Solid #333;
	border-right : 1px Solid #333;
	border-top : 0px;
	font-size: x-small;
}

tr.CellOff {
	background: White;
	padding: 5px 0px 2px 4px;
	border-bottom : 0px;
	border-left : 1px Solid #FAE400;
	border-right : 1px Solid #FAE400;
	border-top : 0px;
	font-size: x-small;
}

tr.CellOn {
	background : #f0f0f0;
	padding: 5px 0px 2px 4px;
	border-bottom : 0px;
	border-left : 1px Solid #333;
	border-right : 1px Solid #333;
	border-top : 0px;
	font-size: x-small;
}

#logo {
	position: absolute;
	left: 13px;
	top: auto;
	width: 115px;
	height: 115px;
	padding: 13px 0px 0px 0px;
	z-index: 10;
}

#titleBox {
	border-bottom : 1px Solid #333;
	border-left : 0px;
	border-right : 0px;
	border-top : 1px Solid #333;
	height: 65px;
	background: #6C7B66;
	padding: 10px 10px 10px 10px;
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contentText {
	border: 0px;
	padding: 10px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}	

#footerNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCFF66;
	background-image: url(../images/navBG.gif);
	background-repeat: repeat-x;
	height: 26px;
	border-bottom : 1px Solid #333;
	border-left : 1px Solid #333;
	border-right : 0px;
	border-top : 1px Solid #333;
	vertical-align: bottom;
}

#footerNav a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	vertical-align: bottom;
}

.copyright {
	color: Gray;
	font-size: xx-small;
}

.title {
	display: block;
	width: 100%;
	height: auto;
	border: 0px Solid #000;
	background: #333;
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	padding: 3px 10px 10px 10px;
}

.title a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	padding: 3px 10px 5px 10px;
}

.title a:hover {
	color: #ffff00;
	text-decoration: none;
}

.custFeedback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: White;
	padding: 0px 10px 0px 0px;
}

#tableWindow {
	background: #f9f9f9;
	border: 1px solid Black;
	width: 100%;
	height: auto;
	padding: 0px 0px 10px 0px;
}

#tableWindow p {
	padding: 3px 5px 0px 5px;
	font-size: smaller;
}

.tableHeading {
	background: #6C7B66;
	width: 100%;
	height: 25px;
	display: block;
	color: White;
}

.txtRT150px {
	width: 160px; 
	text-align: right;
}

.formField {
	background: #fff;
	font-family: serif;
	width: 200px;
}

