body {
	background-image: url(images/bg.jpg);
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	margin: 4px;
	padding: 4px;
}
.bodytext a:link {
	color: #990099;
	text-decoration: none;
}
.bodytext a:visited {
	color: #993366;
	text-decoration: none;
}
.bodytext a:hover {
	color: #CC0099;
	text-decoration: underline;
}
.bodytext a:active {
	color: #FF00CC;
	text-decoration: underline;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #cc66cc;
	text-align: center;
	margin-top: 4px;
	padding-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}
.buttons a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.buttons a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.buttons a:hover {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.buttons a:active {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.Bold-bottom {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 17px; color: #000000; margin: 4px; padding: 4px; font-weight: bold; }
.titles-gray {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #339933;
}
.fltleft {
	float: left;
}
