A
{
    text-decoration: none;
    color: #222222;
}
A:hover
{
    BACKGROUND: #ffffaa
}
.displayTable
{
    border: 1px solid black;
}

.displayTable TD
{
 font-size: 10pt;
}
.categoryTable
{
    background: #86b0d5;
    border: 1px solid black;
}
.rowHeading
{
   background: #00539b;
}
.rowHeading TD
{
   background: #00539b;
   color: white;
}
.categoryTable TD
{
    font-size: 10pt;
}
.standardSmallerRow0
{ 
    background: white;
}
.standardSmallerRow1
{
    background: #accce8;
}
.sideBar
{
    color: white;
    text-align: center;
    font-weight: bold;
}
.sideBar A
{
    color: #EEEEEE;
}
.sideBar A:hover
{
    color: #ffffaa;
    background: #00539b;
}
BODY
{
    font-size: 10pt; 
    font-family: verdana;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #314E6D;
	font-size:13px;
	font-weight: bold;
	width: 99%;
	font-family:  Georgia, Arial,Verdana, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
        text-decoration:none;
}
.companyTitle
{
	color: #314E6D;
	font-family: Georgia,Arial,Helevetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;

}