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

.outerborder
{
    border : Black;
    border-style : solid;
    border-width : 4px;
}

.topbanner
{
	background : #ffffff;
}

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

.main
{
    padding-left : 80px;
    padding-right : 80px;
}

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;
}

.footer
{
	font-size : 12px;
}

.form
{
	font-size : 12px;
}

.larger
{
	font-size : 16px;
}

LI
{
    padding-bottom : 5px;
}

.small
{
	font-size : 11px;
}


.bold
{
	font-weight : bold;
	color : ##094E38;
}

.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: #BECDEE;
}

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

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

a.ref
{
    color : #F1301B;
}

.ref
{
    color : blue;
}


a.ref:hover
{
    color : #000000;
    text-decoration : none;
}

a.ref:active
{
    color : blue;
    text-decoration : none;
}


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


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

