﻿body 
{   padding: 0px;
    margin: 0px;
    font-family:Verdana; 
    font-size:7pt;
    line-height: 10pt;
    background-color: White;  /*change color to suit*/
    scrollbar-face-color: #dee3e7; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #dee3e7; 
	scrollbar-3dlight-color: #d1d7dc; 
	scrollbar-arrow-color: #006699; 
	scrollbar-track-color: #efefef; 
	scrollbar-darkshadow-color: #98aab1;
}

a 
{   
	font-family:Tahoma;
	font-size:7pt;
	font-weight:bold;
	color:#64AAD1; 
	text-decoration:none;
}
a:hover 
{
	color:#085DA1; 
	text-decoration:underline;
}

.header
{
	font-family:Verdana; 
    font-size:7.5pt;
    color:#1EAED7;
    font-weight:bold;

}

.bigheader
{
	font-family:Verdana; 
    font-size:8.5pt;
    color:#1EAED7;
    font-weight:bold;

}
.footer  { font-size: 10px; color: #76797c; margin-bottom: 1em; }
p.footer { text-align: center; }
