BODY
{
	margin: 0, 0, 0, 0;
	font-family: Arial;
	color: Black;
	font-size: 12px;
}

td
{
	font-family: Arial;
	color: Black;
	font-size: 12px;
}

.Heading
{
	font-family: Arial;
	color: Black;
	font-size: 14px;
	font-weight: bold;
}

.Required
{
	font-family: Arial;
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.Message
{
	font-family: Arial;
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited, a:active
{
	font-family: Arial;
	color: Black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	font-family: Arial;
	color: Black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

hr
{
	height:1px;
	width:100%;
	color:Black;
}