.copyright
{
	font-family : Verdana;
	font-size : 8pt;
	color : #cccccc;
}

.boldtitles
{
	font-family : Arial;
	font-size : 14pt;
	color : #996600;
	font-weight : bold;
}

.smallboldtitles
{
	font-family : Arial;
	font-size : 10pt;
	color : #996600;
	font-weight : bold;
}

p
{
	font-family : Arial;
	font-size : 10pt;
	color : #666666;
}

ul
{
	font-family : Arial;
	font-size : 10pt;
	color : #666666;
}

ol
{
	font-family : Arial;
	font-size : 10pt;
	color : #666666;
}


.highlights
{
	font-family : Arial;
	font-size : 10pt;
	color : #3333cc;
}

.formtxt
{
	font-family : Arial;
	font-size : 10pt;
}

.sublinks
{
	font-family : Arial;
	font-size : 10pt;
	text-decoration : none;
	color : #000000;
}

a.sublinks
{
	text-decoration : none;
}

a.sublinks:hover
{
	text-decoration : done;
	color : #ffffff;
	background-color : GrayText;
}