﻿body 
{
    background-color: #233747;
   color: White;
   font-family: verdana;
   font-size:8pt;
   
   
}
h1
{
 font-size: 10pt;  
 background-image :  url('images/h1background.jpg');
 background-position:center;
 background-repeat: no-repeat;
 text-align:center;
 width:100%;
 margin:0px;

}
h2 
{
 font-size: 10pt;
 font-weight: bold;
 color: white;
 margin: 2px;
 vertical-align:top;
 margin-bottom: 5px;
 text-decoration:underline;
    
}
h3
{
 font-size: 10pt;
 font-style:inherit;
    
}
table.mainTable 
{
 width:100%;
 height:100%;
 background-image: url('images/mainback.png');
 background-position:center;
 background-repeat:repeat-y;
 background-attachment:fixed;
 margin:0px;   
}

p 
{
    margin:2px;
}
hr 
{
    
color: #496880;
width: 100%;
height: 1px;
}

h2 a:link 
{
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
h2 a:visited 
{
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
p a:link
{
	font-size: 8pt;
	color: white;
	text-decoration:none;
}
p a:visited
{
	font-size: 8pt;
	color: white;
	text-decoration:none;
}
a:link 
{
 text-align:right;font-style:italic; color:#496880;   
}
