/* CSS document for Batchu Solutions website - http://www.batchu.com/
   Coded by Srikanth Batchu 
   Revision #5 */
   
.txtbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: underline;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.border {
	border: 1px dotted #FF0000;
}
.special {
        display: none;
}
