/* --------------  Main Section --------------  */
/* colors used throughout:    */

body, td, p
{
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #000000;
    text-decoration: none
}

p.footer
{
    font-size: 9px;
}

h1, h2, h3
{
    font-size: 16px;
	font-weight: bold;
    color: #539031;
	margin: 3px;;
}
h2
{
    color: #000000;
}
h3
{
    font-size: 14px;
    color: #000000;
}

a:link, a:visited
{
    color: #000000;
    text-decoration: underline
}

a:hover
{
    color: #F4A804;
}

b
{
    color: #539031;
}

.DownloadBox
{
    font-size: 14px;
	font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #539031;
	border: 5px solid #539031;
	padding: 5px;
	background-color: #FBC34E;
    text-decoration: none
}