body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.matter {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 6mm;
}

.black_matter {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 8mm;
}

.bullet {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.heading_bold {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 6mm;
}

.box {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 12px;
	width: 140px;
	border: 1px solid #000000;
}.table_heading {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 6mm;
	
}
.table_bottom {
	font-family: Verdana;
	font-size:11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 6mm;
}
.required
{
	color: Red;
}
a.menu:link {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.menu:visited {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
a.menu:hover {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #f7c200;
	text-decoration: underline;
}
a.menu:active {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	cursor:default;
}
.active {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #f7c200;
	text-decoration: none;
	cursor:default;
}
.submit
{
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #b2722b;
	border: 1px solid #dadada;
	cursor: pointer;
}