/*
 styles.css
 2003-10-06
*/
body { 
   margin: 5px 15px 0px 15px;
   font-family: "Arial", sans-serif;
   font-style: normal;
   font-size: 14px;
   }
  
 /* div */
 div#msgbox {
   margin-top: 5px;
   margin-right: 20px;
   margin-left: 20px;
   padding: 10px;
   border: 1px solid #000;
 }
 div#bottom {
   position: relative;
   margin-top: 15px;
   margin-bottom: 10px;
   padding: 5px;
   border-top: 1px solid #000;
   text-align: center;
 }
 select#instType{
  font-size:larger;
 }

 /* classes */
 .t_head {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #000;
}
.contact_email{
 color:blue;
 text-decoration:underline;
 cursor:pointer;
}
 .highlightfont {
	 font-size: 12px;
	 color: #FF0000;
	 background-color: #FFFFFF;
 }
 .smallfont { font-size: 12px; }
 .textbox {
   margin-top: 5px;
   margin-left: 5px;
   margin-right: 5px;
   padding: 3px;
   text-align: justify;
   font-size: small;
   border: 2px solid #000;
 }
 option.opt-all{color:red;}

 /* hides the print-footer from the normal page 
	div#print-footer {display: none;} 
 */

