td, body {
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #0568ab;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	margin-bottom: 10px;
}
.header, h1 {
	caption: Header; /* eWebEditPro Only */
	visible: true; /* eWebEditPro Only */
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: normal;
}
.subheader, h2 {
	caption: Sub Header; /* eWebEditPro Only */
	visible: true; /* eWebEditPro Only */
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: normal;
	color: #827145;
}

ul {
	margin-top: 8px; 
	margin-bottom: 10px; 
}

li { 
	margin: 0 0 0 -22; 
	margin-top: 2px; 
	margin-bottom: 2px;
}

.formField {
	visible: false; /* eWebEditPro Only */
	font-family: Arial, Helvetica, sans serif;
	font-size: 10px;
	color: #5F6267;
	width: 180px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.searchField {
	visible: false; /* eWebEditPro Only */
	font-family: Arial, Helvetica, sans serif;
	font-size: 10px;
	color: #5F6267;
	width: 100px;
	height: 16px;
}
.textArea {
	visible: false; /* eWebEditPro Only */
	font-family: Arial, Helvetica, sans serif;
	font-size: 10px;
	color: #5F6267;
	width: 440px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.eventRowOdd {
	caption: Event Table Row - Odd; /* eWebEditPro Only */
	visible: true; /* eWebEditPro Only */
	background-color: #f4f4f4;
}
.eventRowEven {
	caption: Event Table Row - Even; /* eWebEditPro Only */
	visible: true; /* eWebEditPro Only */
	background-color: #ffffff;
}

.redText {
	caption: Red Text; /* eWebEditPro Only */
	visible: true; /* eWebEditPro Only */
	color: #ff0000;
}

hr {
	color: #939393;
	height: 1px;
	width: 100%;
}

.miniText {
	caption: Mini Text;
	visible: true;
	font-size: 10px;
}

.smallText {
	caption: Small Text;
	visible: true;
	font-size: 11px;
}

h1.products {
	caption: Products Header; /* eWebEditPro Only */
	visible: true; /* eWebEditPro Only */
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: normal;
	color: #dc0000;
}