@charset "utf-8";
/* CSS Document */

/* Text Styles */

.formText 
{ 
	font-family: Verdana;
	font-size: 11px;
	color: #8d8d8d;
	line-height: 18px;

}

.formText hr 
{
	border: dotted, 1, gray;
}

.formTextBox
{
	border-color: Gray;
	border-width: 1px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	
}
.dropdowns
{
	font-family: Verdana;
	color: #999999;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.formTR 
{
	margin-top: 20px;
}
.smallFormTextBold
{
	font-size: 9px;
	font-weight: bold;
	color: #666;
}
.formHR 
{	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #999; 
	border-style: none none dotted;
}
