﻿body
{
    font-family: Helvetica;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #000000;
    border-width: 0px;
    text-align: justify;
}

li
{
    margin-top: 6px;
    margin-bottom: 6px;    
}
    
.navigation
{
    font-family: Goudy Old Style, Helvetica;
    font-weight: normal;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 50px;
}
    
.small
{
    font-size: 12px;
}

.footnote
{
    font-size: 12px;
    color: #cccccc;
}

.heading
{
    text-decoration: underline;
	font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}

.fineprint
{
    font-size: 10px;
    color: #999999;
}

.subheading
{
    text-decoration: underline;
	font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.big
{
    font-weight: bold;
    font-size: 17px;
}

a:link, a:visited 
{
    color: #ffd200;
    text-decoration: none;
	font-weight: bold;
}
   
a:hover, a:active 
{ 
	color: #ffd200;
	text-decoration: underline;
	font-weight: bold;
}