﻿body 
{
    background-color:White;
    margin-left: 0px;
    margin-top: 0px;
    font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
    font-size: small;
}

.disclaimer 
{
    font-weight: bold;
}
h1 {
        color: #003399;
        font-size: large;
}
h2 {
        color: #000000;
        font-size: medium;
}

.bodysmall {
     font-size: small;
}

.bodylink {
	color:          #039;
	font-weight:     normal;
	text-decoration: none;
 }
.bodylink:hover {
	color:          #06c;
	font-weight:     normal;
	text-decoration: underline;
 }
 
 .bodylinkbold {
	color:          #039;
	font-weight:     bold;
	text-decoration: none;
}

.bodylinkbold:hover {
	color:          #06c;
	font-weight:     bold;
	text-decoration: underline;
 }
 
 .bodyunderline1 
 {
    text-decoration:underline;
 }
 
 .address 
 {
    font-size: small;
 }
 
 .footer1 
{
    font-size: xx-small;
    font-weight: bold;
}

.issue_date 
{
    font-weight: bold;
}

.subhead
{
    font-weight: bold;
}

