body { background-color: #ffffff;
      
	   color: #000000;
	   margin: 0px auto;
	   font-family: tahoma, ariel, verdana, sans-serif;
	   font-size: 13px;
	   font-weight: bold;
	   }

table.bkg { background-image: url(images/background2.jpg); 
            border-left:1px solid #000000;
            border-right:1px solid #000000; }
	   
table { background-color: #ffffff;
	   color: #000000;
	   margin: 0px auto;
	   font-family: tahoma, ariel, verdana, sans-serif;
	   font-size: 13px;
	   font-weight: normal;
	   line-height: 15px;
	   }
	   
td { 
   	 border: 0px solid #000000; 
	}
	   
div { margin: 0px auto; }

p { text-align:justify; }

ol { line-height:15px; }
ul { line-height: 22px; }

h1 { font-size: 30px;
     color: #1026A5;
	 }
	 
h2 { font-size: 22px;
   	 color: #000000;
     line-height: 25px;
	 }
	 
h3 { font-size: 18px;
   	 color: #1026A5;
     text-shadow: 1px 1px #000000;
   
		 font-weight:bold;; 
     line-height: 20px;}
     
#header { width: 1060px;
          height: 90px;
          
          background-image:url('images/header2.gif');
          text-align:center;
          border: 1px solid #847107;           }
          
.outer { width: 1064px;  }

.content { width: 720px; padding: 10px;padding-left:10px }
	 
.title { font-size: 14px;
   	 color: #000000;
	 font-weight:bold;
	 }
	 
.subtitle { font-size: 14px;
   	      color: #0000a0;
		  font-weight:bold;
          line-height:18px;
           }
		  
.title3 { font-size: 14px;
   	      color: #000a0;
		  font-weight:bold; }
	 
.center { text-align:center; }
.just { text-align:justify; }
.top { vertical-align:top; }

.legal { font-size: 10px;
	     color: #0000A0;
		 font-weight: normal; }
		 
a:link { color: #03769C; }
a:active { color: #03769C; }
a:visited { color: #03769C; }
a:hover { color: #5FD5FC; }

div.leftmenu { border:1px solid #000000;
               width:140px;
               padding:4px; 
               margin-top:5px; 
               }              
           
             
a:link.leftmenu { color:#26289C;
		      font-size: 13px;
		      text-decoration:none;
			  
			   }
			  
a:visited.leftmenu { color: #26289C;
		      font-size: 13px;
		      text-decoration:none;
			  }

a:active.leftmenu { color: #26289C;
		      font-size: 13px;
		      text-decoration:none;
			    }
			  
a:hover.leftmenu { color: #E80000;
		      font-size: 13px;
		      text-decoration:underline;
			  }