﻿body 
{
    background-color:White;
    font-family: Verdana, Arial;
	font-size: 8pt;/*0.78em;*/
    font-weight:normal;
}


a:link { 
	color:rgb(85,101,74);
	}
a:visited { 
	color:rgb(85,101,74);
	}
a:hover { 
	color:#BF032B;
	}
a:active { 
	color:rgb(85,101,74);
	}


.Text_Large
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight:normal;
}

.Text_Medium
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight:normal;
}

.Text_Small
{
    font-family: Verdana, Arial;
    font-size: 6pt;
    font-weight:normal;
}

.Text_Large_Bold
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    font-weight:bold;
}

.Text_Medium_Bold
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight:bold;
}

.Text_Small_Bold
{
    font-family: Verdana, Arial;
    font-size: 6pt;
    font-weight:bold;
}

.Text_Medium_Bold_Olive
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    font-weight:bold;
    color:rgb(85,101,74);
}