BODY, TD {
	font: 12px Trebuchet ms, Verdana, sans-serif;
	}
	
DIV.error {
	margin: 10px;
	padding: 10px;
	color: red;
	border: 1px dashed red;
	font-weight: bold;
	}
	
DIV.success {
	margin: 10px;
	padding: 10px;
	color: green;
	border: 1px dashed green;
	font-weight: bold;
	}
	
FIELDSET.databox {
	padding: 10px;
	}
	
FIELDSET.databox LEGEND {
	font-size: 14px;
	margin-left: 0px;
	}
	
H1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 24px;
	font-family: Georgia, serif;
	color: black;
	font-weight: normal;
	}
	
H2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
	font-family: Georgia, serif;
	color: black;
	font-weight: normal;
	}
	
.specialoffer {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	}