/* CSS Document */
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a{
	text-decoration: none;
	color: #777777;
}
.logogreen {
	color: #009900;
}
.green {
	color: #05930B;
}
.black {
	color: #000000;
}
.ltgray {
	color: #999999;
}
.white {
	color: #ffffff;
}
.yellow {
	color: #CC6600;
}
.boxyellow {
	color: #ffd557;
}
.blue {
	color: #0000FF;
}
.dkgray {
	color: #666666;
}
.red {
	color: #CC0000;
}
.maroon {
	color: #996600;
}
body,th,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
form.thin {
	margin-bottom: 0px;
	margin-top: 0px;
}
.ltbold {
	font-weight: bold;
}
.bold {
	font-weight: bolder;
}
.textBkgd {
	background-color: #FFFEF2;
}
.text65 {
	font-size: 65%;
}
.text70 {
	font-size: 70%;
}
.text90 {
	font-size: 90%;
}
.textHeader {
	font-size: 120%;
	font-weight: bold;
}
.pad1px {
	padding: 1px;
}
.pad3px {
	padding: 3px;
}
.pad5px{
	padding: 5px;
}
.pad10px {
	padding: 10px;
}
.pad8px {
	padding: 8px;
}
.pad15px {
	padding: 15px;
}
.tPad1px {
	padding-top: 1px;
}
.bPad1px {
	padding-bottom: 1px;
}
.rPad8px {
	padding-right: 8px;
}
.lPad8px {
	padding-left: 8px;
}
.tPad8px {
	padding-top: 8px;
}
.bPad8px {
	padding-bottom: 8px;
}
.rPad10px {
	padding-right: 10px;
}
.lPad10px {
	padding-left: 10px;
}
.tPad10px {
	padding-top: 10px;
}
.bPad10px {
	padding-bottom: 10px;
}
.lPad15px {
	padding-left: 15px;
}
.bPad15px {
	padding-bottom: 15px;
}
.rPad15px {
	padding-right: 15px;
}
.tPad15px {
	padding-top: 15px;
}
.rPad5px {
	padding-right: 5px;
}
.lPad5px {
	padding-left: 5px;
}
.tPad5px {
	padding-top: 5px;
}
.bPad5px {
	padding-bottom: 5px;
}
.rPad3px {
	padding-right: 3px;
}
.lPad3px {
	padding-left: 3px;
}
.tPad3px {
	padding-top: 3px;
}
.bPad3px {
	padding-bottom: 3px;
}
.border1pxGry{
	border: 1px solid #CCCCCC;
}
.tableBdrTopGry {
	border-top: 1px solid #DADADA;
}
.tableBdrBotGry {
	border-bottom: 1px solid #DADADA;
}
.tableBdrLeftGry {
	border-left: 1px solid #DADADA;
}
.tableBdrTopBlk {
	border-top: 1px solid #000000;
}
.tableBdrTopGrn {
	border-top: 1px solid #B8C486;
}
.tableBdrTopLogoGrn {
	border-top: 1px solid #009900;
}
.tableBdrTopBrn {
	border-top: 1px solid #DEBC58;
}
.tableBdrBotBrn {
	border-bottom: 1px solid #DEBC58;
}
.textSpace1px {
	letter-spacing: 1px;
}
.textSpace2px {
	letter-spacing: 2px;
}
.textSpace3px {
	letter-spacing: 3px;
}
.textUpper {
	text-transform: uppercase;
}
.textUnderline {
	text-decoration: underline;
}
.textStrikeThru {
	text-decoration: line-through;
}

