a:link
{
    color: #CC0033;
    text-decoration: underline;
    font-weight: bold;
}
a:visited
{
    color: #CC0033;
    text-decoration: underline;
    font-weight: bold;
}
a:active
{
    color: #CC0033;
    text-decoration: underline;
    font-weight: bold;
}
a:hover
{
    color: olive;
    text-decoration: underline;
    font-weight: bold;
}
body
{
    font-family: Times New Roman, Arial;
    background-color: none;
    color: black;
    font-size: 14pt;
}
p
{
    font-family: Times New Roman, Arial;
    background-color: none;
    color: black;
    font-size: 14pt;
}
td
{    
    font-family: Times New Roman, Arial;
    background-color: none;
    color: black;
    font-size: 14pt;
    font-weight: normal;

}   
h1, h2, h3, h4, h5, h6
{
    font-family: Times New Roman, Arial;
	 }
h1
{
    font-size: 14pt;
    font-weight: normal;
}
h2
{
    font-size: 1.25em; 
}
h3
{
    font-size: 1em; 
}
h4
{
    font-size: .75em;
}
h5
{
    font-size: .5em;
}    
h6
{
    font-size: .25em;
}
.section_heading
{
    font-family: Times New Roman, Arial;
    background-color: none;
    color: darkgreen;
    font-size: 1.25em;
    font-weight: bold;
}
.footer_text
{
    font-family: Times New Roman, Arial;
    background-color: none;
    color: black;
    font-size: .6em; 
    font-style: italic;   
}
.popup_text
{
    font-family: Times New Roman, Arial;
    background-color: none;
    color: black;
    font-size: 1.0em; 
    font-style: normal;
    text-align: center;   
}