A {
	color: #006699;
	text-decoration: underline;
}

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

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

A:hover {
	color: #990000;
	text-decoration: underline;	
}

BODY, TD, P, DIV, FORM, H1, H2, H3, H4, BLOCKQUOTE, UL, OL, A {
	font-family: Verdana, Helvetica, sans-serif, Arial, Geneva;
}

TD.LARGEST {
	font-size: 24px;
}

TD.LARGER {
	font-size: 18px;
}

TD.LARGE {
	font-size: 14px;
}

TD.MEDIUM {
	font-size: 12px;
}

TD.SMALL {
	font-size: 11px;
}

TD.SMALLER {
	font-size: 10px;
}

DIV.RED {
	color: #990000;
	margin-top: 12;
}

DIV.GOLD {
	color: #999966;
}

DIV.GRAY {
	color: #666666;
}

DIV.BLUE {
	color: #000066;
}

DIV.HEAD {
	color: #990000;
	font-weight: bold;
	margin-top: 12;
}

DIV.BLURB {
	color: #333333;
	font-weight: 200;
	text-indent: 20;
	margin-top: 4;
	left: 20;
}

DIV.SUBHEAD {
	color: #666666;
	font-weight: bold;
	margin-top: 12;
	margin-left: 20;
}

DIV.SUBBLURB {
	color: #333333;
	font-weight: 200;
	text-indent: 20;
	margin-top: 4;
	margin-left: 20;
}