body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}
.Nav  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	height: 36px;
	line-height: 24px;
	text-align: left;
	text-indent: 10px;
}
.Nav a {
	color: #000;
	text-decoration: none;
	border-bottom: dotted #000000 1px;
}
.Nav a:hover {
	color:#FF9900;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	display:block;
	}
	.body-text
	{
	padding-left: 20px;
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	}
	.buttontext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
	.buttontext a {
	color: #fff;
	text-decoration: none;
}
.buttontext a:hover {
	color: #000;
	text-decoration: none;
}
.heading {
	color: #FF0000;
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-decoration: underline;
}