body 
{ 
	font-size:12px;
	color: #000000; 
	font-family: arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text{
	font-family: Arial;
	font-size: 12px;
	color: #000000; 
}
.text1{
	font-family: Arial;
	font-size: 12px;
	color: #333333; 
}
.headingblue{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: #0000FF; 
}
.heading{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: #000000; 
}
.heading1{
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: #333333; 
}
.heading2{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #333333; 
}
.heading3{
	font-family: Arial;
	font-size: 15px;
	font-weight:bold;
	color: #333333; 
}
.heading4{
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #333333; 
}
/* Anchor Tag */
a:link {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size:12px;
	}
a:visited {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size:12px;
}
a:hover {
	font-family: Arial;
	color: #000000;
	text-decoration: underline;
	font-size:12px;
}

a:active {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size:12px;
}

/*a:linKstyle{
	A{text-decoration:underline; color:#000000}
	a:hover{color:#000000};
}*/

A.blkUline:hover{
	text-decoration:underline;color:#000000;
}

A.redUline:hover{
	text-decoration:underline;color:red;
}

/* Anchor Tag */

.tblBdrgray{border-left:1px #666666 solid;border-right:1px #666666 solid;border-bottom:1px #666666 solid;border-top:1px #666666 solid;}