body {
	background-image: url(images/bg.jpg);
}
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin: 4px;
	padding: 4px;
}
.littletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #000000;
	
}
.bodytext a:link {
	color: #8E0A0A;
	text-decoration: none;
}
.bodytext a:visited {
	color: #993366;
	text-decoration: none;
}
.bodytext a:hover {
	color: #152E71;
	text-decoration: underline;
}
.bodytext a:active {
	color: #1C4098;
	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 {
	color: #83282C;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.fltleft {
	float: left;
}
.float-right {
	padding: 7px;
	float: right;
	width: auto;
}

