a:link
{
    color: darkgreen;
    text-decoration: underline;
    font-weight: normal;
}
a:visited
{
    color: darkgreen;
    text-decoration: underline;
    font-weight: normal;
}
a:active
{
    color: darkgreen;
    text-decoration: underline;
    font-weight: normal;
}
a:hover
{
    color: darkorange;
    text-decoration: underline;
    font-weight: normal;
}
body
{
    font-family: Times New Roman, Arial;
    color: darkgreen;
    font-size: 12pt;
}
p
{
    font-family: Times New Roman, Arial;
    background-color: none;
    color: darkgreen;
    font-size: 12pt;
}
td
{    
    font-family: Times New Roman, Arial;
    background-color: none;
    color: darkgreen;
    font-size: 12pt;
}   
h1, h2, h3, h4, h5, h6
{
    font-family: Times New Roman, Arial;
}
h1
{
    font-size: 14pt;
}
h2
{
    font-size: 12pt; 
}
h3
{
    font-size: 10pt; 
}
h4
{
    font-size: 10pt;
}
h5
{
    font-size: 10pt;
}
h6
{
    font-size: 8px;
}
.section_heading
{
    font-family: Times New Roman, Arial;
    background-color: none;
    color: darkgreen;
    font-size: 12pt;
    font-weight: bold;
}
.footer_text
{
    font-family: Times New Roman, Arial;
    background-color: none;
    color: darkgreen;
    font-size: 8pt;    
}
.indent {
	margin: 25px 15px 15px;
}
.end {
	margin-right: 15px;
}
