.bodyText
{
	font-family:Verdana;
	font-size: 9pt;
	text-align:left;
}

.errorText
{
	font-family:Verdana;
	font-size: 9pt;
	color:Red;
}

.headerText
{
	font-family:Verdana;
	font-size: 12pt;
}

.subHeaderText
{
	font-family:Verdana;
	font-size: 10pt;
}
.menuText
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	font-weight:bold;
}

.menuTextSmall
{
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	font-weight:bold;
}

.bodyHref
{
	font-size: 9pt;
	color: black;
	font-family: 'Verdana';
	text-decoration: underline;
}

.footerText
{
	font-size: 8pt;
	color: gray;
	font-weight:bold;
	font-family: Verdana;
}

.comboSmall
{
	font-size: 9pt;
	width: 100px;
	font-family: Verdana;
}
.comboMedium
{
	font-size: 9pt;
	width: 200px;
	font-family: Verdana;
}

.comboShort
{
	font-size: 9pt;
	width: 95px;
	font-family: Verdana;
}

.comboLarge
{
	font-size: 9pt;
	width: 300px;
	font-family: Verdana;
}

.comboMax
{
	font-size: 9pt;
	width: 100%;
	font-family: Verdana;
}

.linkButton
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: normal;
	font-size: 9pt;
	border-left: 2px outset;
	width: 90px;
	color: Black;
	border-bottom: 2px outset;
	font-family: Verdana;
	background-color: gainsboro;
	text-decoration: none;
	text-align:center;
	font-family: 'Verdana';
	cursor:hand;
}

.linkButtonSmall
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: normal;
	font-size: 9pt;
	border-left: 2px outset;
	width: 60px;
	color: Black;
	border-bottom: 2px outset;
	font-family: Verdana;
	background-color: gainsboro;
	text-decoration: none;
	text-align:center;
	font-family: 'Verdana';
	cursor:hand;
}

.linkButtonMedium
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: normal;
	font-size: 9pt;
	border-left: 2px outset;
	width: 120px;
	color: Black;
	border-bottom: 2px outset;
	font-family: Verdana;
	background-color: gainsboro;
	text-decoration: none;
	text-align:center;
	font-family: 'Verdana';
	cursor:hand;
}

.linkButtonLarge
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: normal;
	font-size: 9pt;
	border-left: 2px outset;
	width: 180px;
	color: Black;
	border-bottom: 2px outset;
	font-family: Verdana;
	background-color: gainsboro;
	text-decoration: none;
	text-align:center;
	font-family: 'Verdana';
	cursor:hand;
}

.listHeader
{
	font-family:Verdana;
	font-size:9pt;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	background-color: SteelBlue
}
.PagerStyle
{
	font-size: 9pt;
	color: BLUE;
	font-family: Verdana;
	background-color: white;
	text-align: right;
	text-decoration: none;
}

.listItem
{
	font-family:Verdana;
	color:Black;
	vertical-align:middle;
	background-color:#EFEFEF;
	font-size:9pt;
}

.listAlternatingItem
{
	font-family:Verdana;
	color:Black;
	vertical-align:top;
	background-color:#EFEFEF;
	font-size:9pt;
}

.formHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: 'Arial';
	background-color: SteelBlue;
	text-decoration: none;
	cursor: hand;
}

.formLabel
{
	font-weight: bold;
	font-size: 9pt;
	width: 22%;
	color: black;
	font-family: 'Arial';
	background-color: lightgrey;
	text-decoration: none;
}

.formData
{
	font-size: 9pt;
	width: 28%;
	color: black;
	background-color:Gainsboro;
	font-family: 'Arial';
	text-decoration: none;
}

.listHeader
{
	font-family:Arial;
	font-size:9pt;
	color: White;
	vertical-align: middle;
	font-weight: bold;
}
.tableForm
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #eff3da;
	text-align:left;
}

.tableBackground
{
	border-right: steelblue 1px solid;
	padding-right: 0px;
	border-top: steelblue 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: steelblue 1px solid;
	padding-top: 0px;
	border-bottom: steelblue 1px solid;
}
.inputTextForm
{
	width: 100%;
	height: 22px;

}

.inputTextFormTall
{
	width: 100%;
	height: 72px;
	font-family: 'Arial';
	text-decoration: none;
}

.inputTextFormMedium
{
	width: 70%;
	height: 22px;
	font-family: 'Arial';
	text-decoration: none;
}

.inputTextFormSmall
{
	width: 28%;
	height: 22px;
	font-family: 'Arial';
	text-decoration: none;
}
.inputSearchFixed
{
	width: 75;
	height: 19px;
	font-family: 'Arial';
	text-decoration: none;
}
.inputTextFormSmallFixed
{
	width: 75;
	height: 19px;
	font-family: 'Arial';
	text-decoration: none;
}
