/*Block Level Elements*/			

body  {
	margin:0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color:#000000;
}
		
td  {
	margin:0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color:#000000;
}

/*Global Classes*/
/*Page Styles*/

.txtpad{
	padding : 6px 0px;
	vertical-align : top;
}
/*Link Styles*/

a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

a:active {
	color:#588A01;
	font-weight:bold;
	text-decoration: underline;
}
	
a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {	
	color:#588A01;
	font-weight:bold;
	text-decoration: underline;
}
.txtrlpad {
	padding-right: 6px;
	padding-left: 6px;
}
