BODY
{
	background : #ffffff;
    font-family: Arial, Helvetica, sans-serif;
	color : Black;
    font-size : 14px;
}

TD
{
    font-family: Arial, Helvetica, sans-serif;
	color : Black;
    font-size : 14px;
}

H1
{
	text-align : center;
	font-size : 30px;
	color : #094E38;
}

H2
{
    font-size : 24px;
	text-align : center;
	color : #094E38;
}

H3
{
    font-size : 18px;
	text-align : center;
	color : #094E38;
}

H4
{
	font-size : 20px;
	text-align: left;
	font-weight : bold;
    color : #094E38;
}

H5
{
	font-size : 16px;
	text-align: left;
	font-weight : bold;
    color : #094E38;
}

.indent
{
    padding-left : 10px;
}

.footer
{
	font-size : 12px;
}

.form
{
	font-size : 12px;
}

.larger
{
	font-size : 16px;
}

.bold
{
	font-weight : bold;
	color : #666666;
}

.quote
{
	font-size : 13px;
	font-style : italic;
	margin-right : 10px;
	margin-left : 25px;
}

.quoteauthor
{
	font-size : 11px;
	text-align : right;
	margin-right : 10px;
	margin-left : 25px;
}

.buttonbar
{
	background-image : url(graphics/button_back.gif);
}

A:LINK
{
    color : #00008B;
    text-decoration : none;
}

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

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

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

