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

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

TH
{
    font-family : Arial, Helvetica, sans-serif;
    font-size : 18px;
    color: #01554D;
    border-left-width : 0px;
    border-right-width : 0px;
    border-top-width : 0px;
    border-bottom-width : 2px;
    border-color : #01554D;
    font-weight : bold;
    text-align : left;
    border-style : solid;
}

.red
{
    font-family : Arial, Helvetica, sans-serif;
    font-size : 16px;
    color: #ba1a1f;
	font-weight : bold;
	text-align: left;
	font-style: italic;
	width : 400px;
}

H1
{
    font-size : 24px;
    color: #01554D;
    text-align: center;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H2
{
    font-size : 20px;
    color: #01554D;
    text-align: center;
}

H3
{
    font-size : 16px;
    color: #01554D;
    text-align: center;
}

H4
{
    font-size : 18px;
    color: #01554D;
    text-align: left;
    font-weight : bold;
}

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

H6
{
    font-size : 16px;
    color: #01554D;
    text-align: center;
    font-style : italic;
    font-weight : bold;
    font-family : "Times New Roman", Times, serif;
}

LI
{
	padding-bottom : 4px;
}

.emphasis
{
    font-weight : bold;
    background-color : #EEE8AB;
}

.bold
{
    color: #01554D;
	font-weight : bold;
	font-size : 13px;
}

.smaller
{
    font-size : 12px;
}

.small
{
    font-size : 10px;
}

.larger
{
    font-size : 16px;
}

.large
{
    font-size : 18px;
}

.form
{
    font-size : 12px;
}

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

.quoteauthor
{
	font-size : 12px;
	text-align : right;
	margin-right : 50px;
}

.testimonial
{
	font-style : italic;
	margin-left : 10px;
	margin-right : 10px;
    font-size : 12px;
    width : 150px;
}

.caption
{
	font-size : 12px;
	text-align: center;
	padding-top : 4px;
	margin-left : 100px;
	margin-right : 100px;
}

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

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

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

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

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

