.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;}

form{ display:inline }

label {display: none;}

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 : 270px;
}

.SquareListItem{
	list-style-image : url('/Images/CommonImages/squarebullet.gif');
}

ul { 
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 10px 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 {
	margin-left: 0px;
	margin-top: 0px;
	margin-height: 0px;
	top-margin: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color : #99CCFF;
}

img{
	border: 0px;
}

.PhotoPad{
	margin-left: 10px;
	margin-bottom: 5px;
}

.WhiteBg{
	background-color : #FFFFFF
}

.YellowBg{
	background-color : #FFD580
}

.DarkBlueBg{
	background-color : #003366
}

.LightBlueBg{
	background-color : #C0DFFF
}

.NavBg{
	background-color : #336699
}

.LegendBg{
	background-color : #4992CF
}

.ContentBg{
	background-color : #F3EFDB
}

.LighterBlueBg{
	background-color : #99CCFF
}