/* CSS Document */
a.MainNavLinks:link{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.MainNavLinks:visited{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.MainNavLinks:hover{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.Links:link{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.Links:visited{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.Links:hover{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.Bodytxt{
	font-family: verdana;
	font-size: 11px;
	font-weight:  normal;
	color: #000000;
	text-align: justify;
	line-height: 20px;
}
.Heading1{
	font-family: verdana;
	font-size: 11px;
	font-weight:  bold;
	color: #000000;
	border-bottom: 1px solid #FFA801;
	height: 25px;
}