#tableone {
	width: 700px;
	background-color: #FFFFFF;
	padding-left: 10px;
}

A:link {
	color: #336502;
}

A:visited {
	color: #666666;
}

A:hover {
	color: #192F1F;
}

p, td, th, span {
	font-family: verdana, sans-serif; 
	font-size: 12px; 
	line-height: 130%; 
	color: #000000; 
	padding-right: 1em;
}

.green-title {
	font-family: verdana, sans-serif; 
	font-size: 12px; 
	line-height: 130%; 
	color: #336502; 
	font-weight: bold;
}


/* TEXT STYLES */

.requiredField {
	color: red;
	font-size: 11px;
}

.formLabel {
	width: 30%;
	text-align:right;
}

.formField {
	width: 70%;
	text-align:left;
}

.formField input, .formField select, .formField textarea  {
	font: normal 12px/14px Verdana, Tahoma, Arial;
}

h1, .tocHeading {
	font: bold 18px/20px Verdana, Tahoma, Arial;
	line-height: 24px;
	padding: 10px 10px 5px 10px;
}

.service_toc {
	background-color: #D6D7B1;
	color: black;
	margin: 2px 2px 2px 8px;
	width: 180px;
}

.service_toc a,  .service_toc a:link, .service_toc a:active,  .service_toc a:visited,  .service_toc a:hover {
	color: black;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	font-size: 10px;
	
}

.bodyText {
	padding: 10px 0px 0px 10px;
	width: 520px;
}