body	{ 	font-family: Arial,geneva,helvetica,sans-serif;
			color: #003366;
		}

A:link	{color: #669999; text-decoration: none;}
A:active	{color: #B5AD84; text-decoration: none;}
A:visited	{color: #669999; text-decoration: none;}
A:hover	{color: #75082D; text-decoration: underline;}


/* a.shead controls look of important links on the site */
a.shead { 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-weight: 800; 
	font-color: #75082D; 
	color: #75082D; 
	font-size: 10pt;
}


/* .stext controls text that is at the header of sections */
.stext { 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-weight:400; 
	font-color: #720024; 
	font-size: 10pt; 
	color : #720024;
}


/* .pagetitle controls the look of page titles */
.pagetitle { 
	clear: left; 
	color: #720024; 
	font-family: Tahoma, Arial, Helvetica,sans-serif; 
	font-size: 25pt; 
	font-variant: normal;
	font-weight: 800; 
	page-break-after: always; 
	position: static; 
	text-align: left; 
}


/* .functiontext controls text that describes functions */
.functiontext { 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-weight:800; 
	font-color:#00366C; 
	font-size: 14pt; 
	color: #00366C; 
}


/* .fieldtext controls text in fields */
.fieldtxt { 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-weight:600; 
	font-color: #00366C
	font-size: 10pt; 
}


/* .notavailable controls text for domains that aren't available */
.notavailable { color: #AAAAAA; }


/* .available controls text for domains that are available */
.available { color: #720025; }


/* .domain controls text for domains */
.domain { color: #000066; }


/* .error controls text for errors */
.error { 
	color: #FF0000; 
	font-weight: 800; 
}