body 
{ 
	font-family: Arial;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
.text{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight:normal; 
}
.h_orange{
	font-family: Arial;
	font-size: 14px;
	color:#f37d30; 
	font-weight:bold;
	}	
	.h_red{
	font-family: Arial;
	font-size: 11px;
	color:#FF0000; 
	}	
	.heading1{
	font-family: Arial;
	font-size: 12px;
	color:#000000; 
	font-weight:bold;
	}	
A:link {
	color: #000000;
	text-decoration: none;
	font-size:12px;	
	font-weight:normal;
}
A:visited {
	color: #000000;
	text-decoration: none;
	font-size:12px;
}
A:hover {
	color: #000000;
	text-decoration: underline;
	font-size:12px;
}
.tblBdr{border-left:1px #999999 solid;border-right:1px #999999 solid;}

