body
{
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 20px;
	margin-left: 20px;
	TEXT-ALIGN: left
}

/*** general formatting **/
.header, .header a {
	font-family:arial,helvetica,sans-serif;
	font-size:small;
	font-weight:normal;
	color:#fd6003;
	margin-top:9px;
	text-decoration:none;
}

.header b, .header a b {
	font-weight:bold;
}

p, .p, td {
	font-family:arial,helvetica,sans-serif;
	font-size:x-small;
	color:#000000;
}

a {
	color:#003399;
	text-decoration:none;
}

.highlight {
	color:#fd6003;
	font-weight:bold;
}

/* Additions by HV  to support textual headings */

h1 , .contentheader {
	color: #003399;  
	font-size: 120%;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

h2 {
	color: #000000; 
	font-size: small; 
	font-family: Arial, GillSans, sans-serif;
}

th {
	text-align: left;
	background-color: #003399;
}

td a {
	text-decoration: underline;
		height: auto;
}

/** added by Gary Neal
this is to support section break in a form **/
td.section {
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	font-size:xx-small;
	color: #ffffff;
	background-color: #003399;
	height: auto;
		
	}
/** added by Andy Freeman
this is to support section break in a form **/
tr.sectionheading {
	background-color: #eeeeee;
		height: auto;
	}
	
	/** added by Gary Neal
button text definition for submissions **/	
.buttontext {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #666666;
	letter-spacing: 0.050em;
	text-decoration: none;

}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #cbd6ea;
	cursor: hand; cursor: hand;
}