.main {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 12px;
	color: #000000;
	margin: 0px;
	}
	
.subtext {
	font: 14px arial, helvetica, sans-serif;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	}
	
a:visited {
	color : #660000;
	background : transparent;
	text-decoration : underline;
	}
	
a:link {
	color : #660000;
	background : transparent;
	text-decoration : underline;
	}
	
a:hover {
	color : #003300;
	background : transparent;
	text-decoration : none;
	}
	
a:active {
	color : #003300;
	background : transparent;
	text-decoration : underline;
	}


a.ongreen:link {
	color : #660000
	background : transparent;
	}

a.ongreen:visited {
	color : #660000
	background : transparent;
	}

a.ongreen:hover {
	color : #003300;
	background : transparent;
	text-decoration : none;

	}

a.ongreen:active {
	color : #003300;
	background : transparent;
	text-decoration : underline;
	}