body, td, th, input {
  font-family: Verdana;
  font-size: 11px;
}

input, textarea
{
	background-color:#d9edf9;
  border: double 1px #CCCCCC;
	padding-left: 2px; 
	padding-right: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 500px;
}

textarea  
{
	height: 60px;
}

select
{
  background-color:#d9edf9;
	border: double 1px #CCCCCC;
	padding-left: 2px; 
	padding-right: 2px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 5px;
}

.textCell 
{
	width: 96px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#divBody 
{
	width: 760px;
}

.divLineBreak 
{
	clear: both;
	padding-bottom: 10px;
}

.divLineBreakSmall
{
	clear: both;
	padding-bottom: 5px;
}

.sectionHeading 
{
	font-size: 12px;
}

.spanRequired 
{
	color: Red;
	font-weight: bold;
}

.divNotice 
{
	padding-left: 15px;
	margin-bottom: 5px;
	margin-top: -3px;
}