a
{
    text-decoration: none; font-weight:bold
}
a:link, a:visited, a:active, a:hover
{
	color: #0000FF;
}
a:hover
{
    color: #FF0000;
    text-decoration: underline;
}
body, p, ol, ul, li, div, span, table, tr, th, td
{
	font-family: Arial, Verdana, Garamond, Times New Roman, Times, Helvetica;
	font-size: 10pt;
	color: #444444;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Garamond, Times New Roman, Times, Helvetica;
	color: #FF0000;
}
h1
{
	color: #FF0000;
}
h2, h3, h4, h5, h6
{
	color: #000000;
}
h2
{
	font-size: 14pt;
}
h3
{
	font-size: 12pt;
}

