/* The stylesheets for general site text formatting */

BODY, P, TD, TH, DIV, BLOCKQUOTE, DL, UL, OL 
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #000000;
}

BODY IMG
{
	vertical-align:middle;
}

A:link		
{
	color:blue;
	text-decoration:none;
}

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

A:hover		
{
	color:blue;
	text-decoration:underline;
}

/* Styles for the [] type tags */
.HEADING
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16pt;
	font-weight:bold;
	color: #000000;
}

.SUBHEADING
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight:bold;
	color: #000000;
}