/* Informit style sheet */

body	{ margin-top: 0;  
          margin-left: 0;
		  margin: 0px 0px 0px 0px;
		}

A:link    {text-decoration: none;}
A:hover   {text-decoration: underline;}
A:visited {text-decoration: none;}


.footer,.nav1,.nav2,.sel { font-family:  Verdana, Arial, Helvetica, sans-serif; }
P,.body,.bodybold,.sql,.note,.bttn,.header,.ddblue,.bulletin { font-family:  Arial, Verdana, Helvetica, sans-serif; }

.sel,.body,.note,.bttn,.nav1,.nav2,.ddblue
       { font-size: 11px; 
		 font-style: normal; 
		 font-weight: normal; 
	   } 
	   
.body A:hover {text-decoration: underline;}	   
		 
.bodybold
       { font-size: 11px; 
		 font-style: normal; 
		 font-weight: bold; 
	   } 

.bodybold A:hover {text-decoration: underline;}	   

.header,.bulletin
       { font-size: 16px; 
	     font-weight: bold; 
		 font-style: italic; 
		 letter-spacing: 1.5pt;
		 color: #993333;
       }
	   
.footer
       { font-size: 10px; 
		 font-style: normal; 
		 font-weight: normal; 
		 color: #003399;
	   }

.nav2  A:link    { color: #003399; }			       
.nav2  A:visited { color: #003399; }
.nav2  A:hover   { color: #993333; text-decoration: underline; }	

.nav1  A:link    { color: #FFFFFF; }			       
.nav1  A:visited { color: #FFFFFF; }
.nav1  A:hover   { color: #FF6633; text-decoration: underline; }			       

.footer  A:link    { color: #003399; }			       
.footer  A:visited { color: #003399; }
.footer  A:hover   { color: #993333; text-decoration: underline; }

.nav1   {
         border-bottom: 1px solid #000033;
		 border-right: 1px solid #000033;
		 border-left: 1px solid #336699;
		 border-top: 1px solid #336699;
         padding-left: 10px;
	     padding-right: 10px;
        }

.nav1red  {
         border-bottom: 1px solid #660000;
		 border-right: 1px solid #660000;
		 border-left: 1px solid #CC6666;
		 border-top: 1px solid #CC6666;
        }
		
.nav2   {
		 border-bottom: 1px solid #000000;
		 border-right: 1px solid #000000;
		 border-left: 1px solid #FFFFFF;
		 border-top: 1px solid #FFFFFF;
         padding-left: 10px;
	     padding-right: 10px;
        }				   

.sql 
       { font-size: 12px; 
		 font-style: normal; 
		 font-weight: normal; 
		 position:absolute; 
		 z-index: 99; 		  
		 left: 5px; 
		 top: 5px; 
		 background: #FFFFFF;
		 visibility: visible
	   }

.note  	{ padding-left: 10px;   }   

.ddblue { background: #CCCCCC;  }
	
.bttn   { background: #993333;
		  border-bottom: 1px solid #000000;
		  border-right: 1px solid #000000;
		  border-left: 1px solid #FFFFFF;
		  border-top: 1px solid #FFFFFF;
		  color:#FFFFFF;
		  text-decoration:none;
		  cursor: hand; 
		}
