<!--
body {  
	background-color:#ffffff;
    color: #000000; 
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    text-decoration: none; 
    }
.topper{  
    width:852px;
    height:163px;
	background-color:#ffffff;
    background-image:url(images/header.gif);
	background-repeat:no-repeat;   
    }   
.container{  
    width:852px;
    background-image:url(images/bg.gif);
	background-repeat:repeat-y; 
	background-color:#ffffff;
    color: #000000;     
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    text-decoration: none; 
    }
 .menu{  
    width:190px;
    float:left;
	background-color:#ffffff;
    color: #000000;     
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    text-decoration: none; 
    margin-left:10px;
    padding-right:inherit;
    } 
    
 .body_container{  
    width:600px;
    float:left;
	background-color:#ffffff;
    color: #000000;     
    font-family: Verdana, Arial, Sans-serif; 
    font-weight: 400; 
    font-style: normal;  
    font-size: 12px; 
    text-decoration: none; 
    padding-left:15px;
    padding-right:15px;
    }    
   
/*alignment styles: */
.center{ text-align: center; }
.left{ text-align: left; }
.right{ text-align: right; }
.justify{ text-align: justify; }
.bigger { color: #203C1A; font-size: 12px; }

h1 { color: #990000; font-size: 16px; }
h2 { color: #990000; font-size: 14px; }
h3 { color: #990000; font-size: 12px; }

a:link { color: #000040;  
   text-decoration: none; 
   font-family: Verdana, Arial, Sans-serif; 
   font-weight: 600; 
   }
a { color: #000040; 
   text-decoration: none; 
   font-family: Verdana, Arial, Sans-serif; 
   font-weight: 600; 
   }  
a:visited { color: #171A9B; 
   text-decoration: none; 
   font-family: Verdana, Arial, Sans-serif; 
   font-weight: 600; 
   }

a:hover {  color: #0F5F0F; 
   text-decoration: none; 
   font-family: Verdana, Arial, Sans-serif;    
   font-weight: 600; 
   }
   
.copyright { font-size:10px; }
.footer{ 
  clear:both;
  width:852px;
  background-image:url(images/bg.gif);
  background-repeat:repeat-y; 
  background-color:#ffffff;
  color: #000000;     
  font-family: Verdana, Arial, Sans-serif; 
  font-weight: 400; 
  font-style: normal;  
  font-size: 12px; 
  text-decoration: none; 
}

-->