.MainText{
	color : #333333;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
}
.MainText A {color: blue; font-weight : normal; TEXT-DECORATION: none;}
.MainText A:LINK {color: blue;}
.MainText A:VISITED {color: blue;}
.MainText A:HOVER {color: blue; TEXT-DECORATION: underline;}


.FooterText{
	color : #333333;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	line-height: 15px;
}
.FooterText A {color: blue; font-weight : normal; TEXT-DECORATION: none;}
.FooterText A:LINK {color: blue;}
.FooterText A:VISITED {color: blue;}
.FooterText A:HOVER {color: blue; TEXT-DECORATION: underline;}

.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 : #C6D1CD;
	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;
}

.SquareListItem{
	list-style-image : url(/Images/CommonImages/squarebullet.gif);
}

ul { 
	margin-top:0px;
	margin-left:18px; 
	margin-right:0px; 
	margin-bottom:15px;
	line-height: 20px;
	list-style-image : url(/Images/CommonImages/liststyle.gif); 
} 

textarea{
	font-size : 11px;
	font-family : Verdana, Geneva, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}

.MainBody {
	background-color : #000000;
	margin: 0px;
	padding: 0px;
}

.PhotoPad{
	margin-right: 10px;
	margin-bottom: 5px;
}

.PageBg{
	background-image : url(/Images/CommonImages/pagebg.gif);
}

.BlackBg{
	background-color : #000000
}
.WhiteBg{
	background-color : #FFFFFF;
}


.NavBg {
	background-image: url(/images/filler.gif);
	background-repeat: repeat-y;
}

