td
{
	font-family: Arial;
	font-size: 12px;
}
.heading
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}
input
{
	font-family: Arial;
	font-size: 12px;
}
select
{
	font-family: Arial;
	font-size: 12px;
}
textarea
{
	font-family: Arial;
	font-size: 12px;
}
.OffTr
{
	font-family: Arial;
	font-size: 12px;
}
.OnTr
{
	font-family: Arial;
	font-size: 12px;
	background: #EfEFEF;
	cursor: hand;
}
a
{
	font-family: Arial;
	color: Blue;
	font-size: 12px;
	text-decoration: none;
}
a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	text-decoration: underline;
}
checkbox
{
	font-family: Arial;
	font-size: 10px;
}
a
{
	font-family: Arial;
	font-size: 12px;
	color: Blue;	
	text-decoration: none;
}
a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.head
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;	
	text-decoration: none;
}
.head:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}