.MainText{
	color : #666666;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 17px;
	
}
.MainText A {color: #6E7983; font-weight : normal; TEXT-DECORATION: none;}
.MainText A:LINK {color: #336699;}
.MainText A:VISITED {color: #6E7983;}
.MainText A:HOVER {color: #6E7983; TEXT-DECORATION: underline;}

.FooterText{
	color : #FFFFFF;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	line-height: 15px;
}
.FooterText A {color: white; font-weight : normal; TEXT-DECORATION: none;}
.FooterText A:LINK {color: white;}
.FooterText A:VISITED {color: white;}
.FooterText A:HOVER {color: white; TEXT-DECORATION: underline;}

.FormTD{
	font-family : Verdana, Geneva, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #666666;
	font-weight : normal;
	text-align: right;
	background-color : #E7E6E6;
	padding-right: 5px;
}
.FormTD A {color: #CCCCCC; TEXT-DECORATION: underline;}
.FormTD A:LINK {color: #CCCCCC;}
.FormTD A:VISITED {color: #CCCCCC;}
.FormTD A:HOVER {color: #FF9900;}

.FormCell{
	font-family : Verdana, Geneva, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #666666;
	font-weight : normal;
	text-align: right;
	background-color : #E7E6E6;
	padding-right: 5px;
}
.FormCell A {color: #CCCCCC; TEXT-DECORATION: underline;}
.FormCell A:LINK {color: #CCCCCC;}
.FormCell A:VISITED {color: #CCCCCC;}
.FormCell A:HOVER {color: #FF9900;}

.ErrText{
	color : red;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
	padding-left:2px;
}
.ErrText A {color: red; font-weight : normal; TEXT-DECORATION: none;}
.ErrText A:LINK {color: red;}
.ErrText A:VISITED {color: red;}
.ErrText A:HOVER {color: red; TEXT-DECORATION: underline;}

input{
	font-size : 11px;
	font-family : Verdana, Geneva, Verdana, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}

select{
	font-size : 11px;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;
}

.SetWidthSelect{
	font-size : 11px;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight : normal;
	width : 190px;
}

textarea{
	font-size : 11px;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}

.PageBg{
	background-image : url(/Images/CommonImages/pagebg.gif);
}

.BlackBg{
	background-color : #000000
}
.BlueBg{
	background-color : #84929F
}
.LightBlueBg{
	background-color : #909FAE
}
.WhiteBg{
	background-color : #FFFFFF
}
.GreyBg{
	background-color : #F8F8F8
}
ul {
	list-style: disc url(/Images/CommonImages/bluebullet.gif);
	margin-left: 0;
	padding-left: 2em;
	text-indent: 0em;
	}


.Disclaimer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
	line-height: 12px;
}
