/* CSS Document */
body {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
  background-color: #000000;
}

td, textarea, input, select {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
  background-color: #ffffff;
}

.mainHeading {
	font-family: "BellCent SubCap BT";
	font-size: 19px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.subHeading {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #A0D03E;
}

.subHeading a {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: A0D03E;
}

a {
	color: 6694AB;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: a0d03e;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

a:visited {
	
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;

}

a.footera {
	color: #666666;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}

a.footera:hover {
	color: #a0d03e;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

a.footera:visited {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;

}

ul	{
	list-style-image:url(/images/arrow.gif);
	left:		0px;
}

li {
	margin:	10px 0px 0px 0px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
  list-style-type: none;

}

li a {
	color: #6694AB;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
  list-style-type: none;
}

li a:hover  {
	color: #a0d03e;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
  list-style-type: none;
}

li a:visited  {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
  list-style-type: none;
}

.copyrightDesign {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.EOSurvey {
	line-height: 25px;
	padding-right: 5px;
}

.EOSurveyField {
	width: 180px;
}

.EOSurveyCheckbox {
	padding-left: 20px;
}

.EOSurveyIndent {
	padding-left: 20px;
}

.required {
	color: Red;
	font-weight: bolder;
}

.inputCell {
	padding-left: 15px;
	padding-top: 5px;
}
.input01 {
	width: 400px;
}

.tableHeader {
	background-color: #99CCFF;
}

.oddRow {
	background-color: #E0EEEE;
}




