body 
{
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Garamond;
	text-align: center;
	color: #111111;
	background: #FFFFFF;
	font-size: 14px;
}

div.row {
  clear:both;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
}
  
div.row span.formcomment {
  float: right;
  width: 335px;
  text-align: left;
}  

div.newsheading {
	width: 550px; 
	height: 40px; 
	background-image: url("images/subhead.jpg"); 
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
}

div.newssubheading {
	margin-top: 10px; 
	margin-left: 3px; 
	color: #111111; 
	font-size: 14px; 
	font-weight: normal;
}