
/* These are the pseudo class selectors for the multiple link colors */
body, td,div {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	14px;
	color: black;
}
.smallbody {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: black;
}

.head {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	22px;
	color: #994444;
	font-weight: bold;
}
.subhead { color: black; font-weight: bold; font-size: 16px; line-height: 18px; font-family: Arial, Helvetica,;
}


a:visited	{
	color:	#990000;
	text-decoration:underline;
	}

a:hover	{
	color:	#dd4444;
	text-decoration:underline;
	}

a:link	{
	color:#990000;
	text-decoration:underline;
}


