body    
{ 	
    font-family: tahoma;
	font-size: 10pt;
	background-color: #FFFFFF;
   	color: #000000;
	margin: 5px;
}

table  
{
    font-family: tahoma;
    font-size: 10pt;
}

pre     
{
    font-family: courier, fixed;
    font-size: 10pt;
}


h1 	
{
	font-size: 16pt;
	font-weight: bold;
	color: #003368;
}

h2      
{
    font-size: 14pt;
    font-weight: bold;
    color: #003368;
}

h3	
{
	font-size: 12pt;
    font-weight: bold;
    color: #003368;
}

h4	
{
	font-size: 10pt;
    font-weight: bold;
    color: #003368;
}

h5	
{
	font-size: 10pt;
    font-weight: bold;
	color: #003368;
}

h6      
{
    font-size: 10pt;
    font-weight: bold;
    color: #003368;
}


a:link  
{
    font-weight: normal;
    color: #003368;
}	

a:hover {
    font-weight: normal;
    color: #003368;     
}

a:visited {
    font-weight: normal;
    color: #003368;
}	

a:active {
    font-weight: normal;
    color: #003368;
}              

footer 
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003368;
	text-decoration: none;
}