body, html, textarea {
	font-family: "Lucida Fax";
	font-size: 14px;
	color: #6d100e;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	scrollbar-base-color:#DEDED4;
	scrollbar-3d-light-color:#DEDED4;
	scrollbar-arrow-color:#6D100E;
	scrollbar-darkshadow-color:#DEDED4;
	scrollbar-face-color:#DEDED4;
	scrollbar-highlight-color:#DEDED4;
	scrollbar-shadow-color:#6D100E;
	scrollbar-track-color:#DEDED4;
	background-color: #FFF;
	text-align: center;

}

p {
	font-family: "Lucida Fax";
	font-size: 14px;
	color: #6D100E;
	text-decoration: none;
	text-align: center;
}
h1 {
	font-family: "Lucida Fax";
	font-size: 24px;
	font-weight: bold;
	color: #2B310D;
	text-decoration: none;
	text-align: center;
}
h2 {
	font-family: "Lucida Fax";
	font-size: 18px;
	color: #2B310D;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-family: "Lucida Fax";
	font-size: 16px;
	color: #6D100E;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
h4 {
	font-family: "Lucida Fax";
	font-size: 18px;
	font-weight: bold;
	color: #2B310D;
	text-decoration: none;
}
h6 {
	font-family: "Lucida Fax";
	font-size: 18px;
	color: #FFF;
}

h5 {
	font-family: "Lucida Fax";
	font-size: 11px;
	color: #2B310D;
	text-decoration: none;
	font-weight: normal;
}


a:link { text-decoration:none; font-weight:bold; color:#6d100e; }
a:visited { text-decoration:none; font-weight:bold; color:#6d100e; }
a:hover { text-decoration:none; font-weight:bold; color:#2B310D; }
a:active { text-decoration:none; font-weight:bold; color:#6d100e; }
