/* At-Rules */
@charset "iso-8859-1";


/* author: Guido Verschoor 
 Creation date: 2/26/2004 */
.mainbody {
	color: #000099;
	;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-position: left;
}

.mainbody2 {
	color: #000099;;
	font: 18px "Century Gothic", Arial, sans-serif;
}

A:visited {
	color: #000099;
	text-decoration: underline;
}

A:link {
	color: #000099;
	text-decoration: underline;
	
}

A:hover {	
	 color: #FF9900; 
	 text-decoration: none}

A:active {
	color: #000099;
	text-decoration: underline;
}

.small {
	color: #000066;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
