#divContainer{
	position:absolute;
	width:320px;
	height:250px;
	overflow:hidden;
	clip: rect(0 320 250 0);
	visibility:hidden margin;
} 
#divContent{
	position:absolute;
	width:320px;
	margin:0px;
	line-height: normal;
	overflow: hidden;	
} 


.drText {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #737172;
}

.drText a:active, .drText a:link, .drText a:visited, .drText a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #737172;
	text-decoration: underline;
}


a {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #D3242E;	text-decoration: none;	font-weight: normal;font-size: 11px; }
a:link { color: #BAC8CC; text-decoration: none; }
a:visited { color: #BAC8CC; text-decoration: none; }
a:hover { color: #BAC8CC;	text-decoration: underline; }
a:active { color: #BAC8CC;	text-decoration: underline; }

.redText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #D3242E;
}

.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BAC8CC;

}

.formField{
	border: 1px groove #666666;
	padding: 0px;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 11px;
	font-family: verdana, Geneva, sans-serif;
	width: 175px
}

.textArea {
	border: 1px groove #666666;
	padding: 0px;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 11px;
	font-family: verdana, Geneva, sans-serif;
	width: 175px
}

.dropdown{
	border: 1px solid #666666;
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Geneva,  sans-serif;
	font-size: 10px;
}

