body {
	background-color: #FFFFFF;
	background-image: url(/img/<%=thisbgimg%>);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.bodytextbold {
	font-weight: bold;
	font-size: 18px;
}
.bodytext {
	font-weight: normal;
	font-size: 18px;

}
.bodytextSmall {
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #FDAC11;
	text-decoration: none;

}
.footer {
	font-size: 12px;
	font-weight: bold;
}
.signupPanel {
	font-size: 12px;
	font-weight: normal;
}
.signupTB {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;

}
.signupPanelField {
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	margin: 0px;
	padding: 2px;


}
.bodyHead {

	font-weight: bold;
	font-size: 20px;
}
