/* CSS Document */
a:link {
text-decoration: none
}
a:hover {
color: #cc9933; 
text-decoration: none
}
a:active {
color: #993300;
 text-decoration: none
 }
a:visited {
text-decoration: none
}
.heading {
  font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
    font-weight: bold;
	 color: #cc9933
	 }
.ptext { 
 font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  color: #4C4C4C; 
  text-align: justify
  }
.botmenu { 
 font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-weight: bold;
   color: #333333
   }
.subheading { 
 font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight: bold; 
  color: #666666
  }
.topmenu{
	font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px; 
		font-style: normal;
		font-weight: bold;
	color: #666666;
}
.emp {  
font-family: Arial, Helvetica, sans-serif;
 font-size: 10px; 
 font-weight: bold;
 color: #ffffff
 }
.formcaptions{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.toppage {
	font-size:12px;
	color:#999999;
}