<!--
body {  
	background-color:#ffffff;
	background-image:url(/css/bg.png);
	background-repeat:repeat-x;
    color: #2D3439; 
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    text-decoration: none; 
    }
html {  
	background-color:#ffffff;
	background-image:url(/css/bg.png);
	background-repeat:repeat-x;
    color: #2D3439; 
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    text-decoration: none; 
    }
.topper{  
    width:900px;
    height:180px;
	background-color:#ffffff;
    color: #2D3439; 
    background-image:url(/css/header.png);
	background-repeat:no-repeat;   
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    text-decoration: none; 
    }   
.container{  
    width:900px;
	background-color:#ffffff;
    color: #000000;     
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    text-decoration: none; 
    }
   
/*alignment styles: */
.center{ text-align: center; }
.left{ text-align: left; }
.right{ text-align: right; }
.justify{ text-align: justify; }

h1 { color: #10507C; font-size: 16px; }
h2 { color: #10507C; font-size: 14px; }
h3 { color: #10507C; font-size: 12px; }

a:link { color: #10507C;  
   text-decoration: none; 
   font-family: Verdana, Arial, Sans-serif; 
   font-weight: 600; 
   }
a { color: #10507C; 
   text-decoration: none; 
   font-family: Verdana, Arial, Sans-serif; 
   font-weight: 600; 
   }  
a:visited { color: #849098; 
   text-decoration: none; 
   font-family: Verdana, Arial, Sans-serif; 
   font-weight: 600; 
   }

a:hover {  color: #2385C9; 
   background-color: #CBE4F5;
   text-decoration: none; 
   font-family: Verdana, Arial, Sans-serif;    
   font-weight: 600; 
   }
   
.copyright { font-size:10px; }
 
.body_container{  
  width:850px;
  float:left;
  margin-left: 25px;
  margin-right: 25px;
  background:#ffffff;
  color: #2D3439; 
  font-family: Verdana, Arial, Sans-serif; 
  font-weight: 400; 
  font-style: normal;  
  font-size: 12px; 
  text-decoration: none; 
  text-align: justify; 
} 

.footer{ 
  width:800px;
  background-color:#ffffff;
  color: #2D3439;    
  font-family: Verdana, Arial, Sans-serif; 
  font-weight: 400; 
  font-style: normal;  
  font-size: 12px; 
  text-decoration: none;
  text-align:center; 
}

-->