body { 
    font-family: Tahoma, Arial; 
    font-size: 12px; 
       }

.text {
	font-family: Tahoma, Arial;
	font-size: 12px;
}

.alttext {
	font-family: Tahoma, Arial;
	font-size: 11px;
}

input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
table {
	border: 1px none;
	}
	
.heading { 
   font-size: 16px; 
   color: #1E61AF;
   background: transparent; 
   }
   
   .redheading { 
   font-size: 14px; 
   color: #FF0000;
   background: transparent; 
   }
	

a:link {
  text-decoration: none; 
  color: #6699CC;
   background: transparent;}
  a:visited {text-decoration: none; color: #CC0000;
   background: transparent;}


