h1 { 
	 font-family:Trebuchet MS;
	 font-weight:bolder;
	 font-size:15px;
	 color:#da251c;
	 border-bottom:1px solid #da251c;
	 }
	 
h2 { 
	 font-family:Trebuchet MS;
	 font-weight:bolder;
	 font-size:12px;
	 color:#da251c;
	 margin:0px;
	 }	        
	 
table.tb {
font-family:Trebuchet MS;
font-size:12px;
color:#383838	
	}	  
	
hr { color:#da251c; border:0px; height:1px;}	

.overlink { TEXT-DECORATION: none; color:#000000; }        
.overlink:hover { TEXT-DECORATION: underline; color:#000000; }        

.ioverlink { TEXT-DECORATION: underline; color:#000000; }        
.ioverlink:hover { TEXT-DECORATION: none; color:#000000; }    

#popup{
position: absolute;
top: 30%;
left: 30%;
width: 300px;
height: 150px;
padding: 20px 20px 20px 20px;
border-width: 2px;
border-style: solid;
background: #ffffa0;
display: none; z-index:400;
}    

