body {
	margin: 0;
	background-image:url(images/bg.gif);
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.bodytextbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.headingtxtbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.footertext a:link {
	color: #999999;
	text-decoration: none;
}
.footertext a:visited {
	color: #999999;
	text-decoration: none;
}
.footertext a:hover {
	color: #ff7200;
	text-decoration: underline;	
}

.agreetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.agreetext a:link {
	color: #000000;
	text-decoration: none;
}
.agreetext a:visited {
	color: #000000;
	text-decoration: none;
}
.agreetext a:hover {
	color: #ffffff;
	background-color: #000000;
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	color: #333333;
}	
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
}
.email a:link {
	color: #0033ff;
	text-decoration: none;
}
.email a:visited {
	color: #0033ff;
	text-decoration: none;
}
.email a:hover {
	color: #0033ff;
	text-decoration: underline;
}
