BODY
{
	background-color : #81303F;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
}

TD
{
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
}

H2
{
    color : #01522E;
	font-size : 24px;
	text-align: center;
}

H3
{
    color : #01522E;
	font-size : 18px;
	text-align: center;
}

H5
{
    color : #01522E;
	font-size : 16px;
	text-align: left;
}

H6
{
    color : #01522E;
	font-size : 18px;
	text-align: center;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-weight : normal;
}

LI
{
	padding-bottom : 6px;
}

.bold
{
    color : #01522E;
	font-weight : bold;
}

.largebold
{
    color : #01522E;
	font-weight : bold;
	font-size : 16px;
}

.footer
{
	font-size : 12px;
	text-align: center;
}

.form
{
    font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
}

.caption
{
	font-size : 11px;
	text-align: center;
}

.copyright
{
	font-size : 9px;
	color : #666666;
	text-align: center;
}

.todo
{
	font-style : italic;
    color : #FF0000;
}

A:LINK
{
    color : #0000FF;
    text-decoration : none;
}

A:VISITED
{
    color : #800080;
    text-decoration : none;
}

A:HOVER
{
    color : #FF0000;
    text-decoration : underline;
}

a.copyright:LINK
{
	font-size : 9px;
    color : #666666;
    text-decoration : none;
}

a.copyright:VISITED
{
	font-size : 9px;
    color : #666666;
    text-decoration : none;
}

a.copyright:HOVER
{
	font-size : 9px;
    color : #000000;
    text-decoration : underline;
}


