a:link
{
    color: darkgreen;
    text-decoration: underline;
    font-weight: bold;
}
a:visited
{
    color: darkgreen;
    text-decoration: underline;
    font-weight: bold;
}
a:active
{
    color: darkgreen;
    text-decoration: underline;
    font-weight: bold;
}
a:hover
{
    color: darkorange;
    text-decoration: underline;
    font-weight: bold;
}
body
{
    font-family: Times New Roman, Arial;
    background-color: none;
    color: black;
    font-size: 14pt;
	 margin-top: 20px;
}
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;
}   
h1, h2, h3, h4, h5, h6
{
    font-family: Times New Roman, Arial;
}
h1
{
    font-size: 16pt;
    text-align: center;
}
h2
{
    font-size: 14pt;
    text-align: center;
}
h3
{
    font-size: 10pt; 
}
h4
{
    font-size: 8pt;
}
h5
{
    font-size: 8pt;
}
h6
{
    font-size: 8px;
}
.section_heading
{
    font-family: Times New Roman, Arial;
    color: black;
    font-size: 10pt;
    font-weight: bold;
}
.footer_text
{
    font-family: Times New Roman, Arial;
    color: black;
    font-size: 8pt;    
}
