H2  {
	font-family : Arial;
	font-weight : bold;
	font-size : 16pt;
}

H3  {
	font-family : Arial;
	font-weight : bold;
	font-size : 10pt;
}

BODY, li, p, div, a, dd, dt, td  {
	font-family : Arial;
	font-size : 9pt;
}

dt  {
	font-weight : bold;
}

.tiny  {
	font-size : 8pt;
}

.menu A:link  {
	color : blue;
	font-weight : bold;
	text-decoration : none;
	text-align : left;
}

.menu A:visited  {
	color : blue;
	font-weight : bold;
	text-decoration : none;
}

.menu A:hover  {
	color : red;
	font-weight : bold;
	text-decoration : none;
}

A:link  {
	color : blue;
	font-weight : normal;
	text-decoration : none;
}

A:visited  {
	color : blue;
	font-weight : normal;
	text-decoration : none;
}

A:active  {
	color : blue;
	font-weight : normal;
	text-decoration : none;
}

A:hover  {
	color : blue;
	font-weight : normal;
	text-decoration : underline;
}


