﻿a:link
{
	font-family: Verdana, Arial, Times New Roman, Helvetica;
	color: rgb(235,235,235); 
	text-decoration: none;
	font-size: 10pt;

}
a:visited
{
	font-family: Verdana, Arial, Times New Roman, Helvetica;
	color: rgb(220,220,220); 
	text-decoration: none;
	font-size: 10pt;

} 
a:active 
{
	font-family: Verdana, Arial, Times New Roman, Helvetica;
	color: rgb(255,255,255); 
	text-decoration: none;
	font-size: 10pt;

}
a:hover 
{	
    font-family: Verdana, Arial, Times New Roman, Helvetica;
	color: rgb(255,255,255);
	text-decoration: underline;
	font-size: 10pt;

}

body
{
	font-family: Verdana, Arial, Times New Roman, Helvetica;
	color: rgb(235,235,235);
    font-size: 10pt;
    margin:10px;
}

table
{
    font-family: Verdana, Arial, Times New Roman, Helvetica;
    font-size: 10pt;
}

.csstable
{
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
    border-color: #111222;
}