


a:link
{
        text-decoration:none;
	color: rgb(0,0,255); 
        font-weight: bold;
}
a:visited
{
        text-decoration:none;
	color: rgb(51,102,204);
        hover :rgb(51,153,255);
        font-weight: bold; 
} 
a:active 
{
        text-decoration:none;
	color: rgb(255,153,0);
        font-weight: bold;
}
a:hover
{
        color: rgb(255,0,0);
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102);       
        font-size: 9pt;
}
td
{
        padding-left: 5;
        padding-right: 5;
        padding-top: 5;
        padding-bottom: 5;
        vertical-align: top;
        line-height: 130%;
}


body
{
        padding-left: 75;
        padding-right: 75;
	font-family: Verdana, Arial, Helvetica;
        font-size: 8pt;
        background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
p            
{ 
        margin-bottom: 5 
}
ul
{
        margin-bottom: 5
}
ol
{
        margin-between: 5
}