/* GENERAL PAGE FORMATTING */

body {
    font-weight: normal; 
	font-size: 14px; 
	font-style: normal; 
	font-family: verdana; 
	margin: 10px 10px 10px 10px;
	background-color: #EAEAEB; }

.wraper {
    border: #2E2E2E 1px solid;
    width: 744px;
    margin: 0; }
    
 .pad {
	padding: 0px 10px 10px 10px;}

td  {  
	font-family: verdana; 
	font-size: 14px; 
	color: #000000; }
    	  	
a:link {
	font-size: 14px; 
	color: #0e1b92; 
	line-height: 14px; 
	font-family: verdana; 
	text-decoration: underline; }
	
a:visited {
	font-size: 14px; 
	color: #808080; 
	line-height: 14px; 
	font-family: verdana; 
	text-decoration: underline; } 
	
a:hover 
	{
	font-size: 14px; 
	color: #f3895b; 
	line-height: 14px; 
	font-family: verdana; 
	text-decoration: none; }

h1 { 
	font-weight: bold; 
	font-size: 18px; 
	color: #000080; 
	margin: 2px;
	font-family: verdana; 
	text-decoration: none; }
    
h2 { 
	font-size: 18px; 
	color: #0e1b92; 
	margin: 12px;
	font-family: verdana; 
	text-decoration: none; }
	
h3 { 
	font-size: 14px; 
	color: #000000; 
	margin: 0px;
	font-family: verdana; 
	text-decoration: none; }
	
ul{
	line-height: 18px;

	
li{
	padding-top:3px; }
	
    
/* FORMATTING OF COPYRIGHT ON THE BOTTOM OF EACH PAGE */


.footer { 
    background: #7479AB url(images/footer.gif);
    font-size: 10px;
    padding: 4px; 14px; 4px; 4px;    
    color: #ffffff; 
 }

.footer td { 
	font-weight: bold; 
	padding-left: 12px;
	margin: 12px;
	font-size: 10px; 
	color: #000000; 
	font-family: verdana; 
	text-decoration: none; }
    
.footer a:link { 
	font-weight: bold; 
	font-size: 10px; 
	color: #ffffff; 
	font-family: verdana; 
	text-decoration: none; }
    
.footer a:visited  { 
	font-weight: bold; 
	font-size: 10px; 
	color: #ffffff; 
	font-family: verdana; 
	text-decoration: none; }
    
.footer a:hover  { 
	font-weight: bold; 
	font-size: 10px; 
	color: #f7eed2; 
	font-family: verdana; 
	text-decoration: none; }
