/*  -------------------- GLOBAL STYLES ------------------------*/

body {
	margin: 0px;
	background-image: url(images/bg_tile.gif);
}

body,h1,h2,h3,h4,td,p,a,ul,li { font-family: arial, verdana, helvetica, san-serif; }

h1 { font-size: 18px; }
h2 { font-size: 14px;
       color: #000066; }

p { font-size: 11px;
     color: #333333; }
     
 ul,li { font-size: 12px;
          font-weight: bold;
          color:#CC0000; }
     
     
/*  ---------------- FONT STYLES -----------------------*/

.blk10 { font-size: 10px;
		color: #000000; }
.white11 { font-size: 11px;
		color: #ffffff; }
		
/*  ---------------------- NAVBAR -------------------------*/

a.navbar:link { font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none; }
		
a.navbar:visited { font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none; }
		
a.navbar:hover { font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline; }
		
		
/*  ---------------------- SUBNAV -------------------------*/

a.subnav:link { font-size: 12px;
		font-weight: bold;
		color: #003366;
		text-decoration: underline; }
		
a.subnav:visited { font-size: 12px;
		font-weight: bold;
		color: #003366;
		text-decoration: underline; }
		
a.subnav:hover { font-size: 12px;
		font-weight: bold;
		color: #ff0000;
		text-decoration: none; }
     
 /* ------------- FOOTERNAV --------------------------*/
 
 .footernav  { font-size: 10px;
 		    color: #666666;
		    text-decoration: none; }   
     
 a.footernav:link { font-size: 10px;
 		    color: #666666;
		    text-decoration: none; }   
		    
 a.footernav:visited { font-size: 10px;
 		    color: #666666;
		    text-decoration: none; }  
		    
 a.footernav:hover { font-size: 10px;
 		    color: #000000;
		    text-decoration: underline; }  
div.clear{ clear:both; }