*, html, body {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body, html {
	height: 100%;
	background: #981701 url(/images/layout/bodyBg.gif) left top repeat-x;
	}
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #4f311c;
	}
	
/* GENERAL */

button, input, textarea, select, option {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	border: 0;
	}

p {
	font-size: 1.2em;
	line-height: 17px;
	margin: 0 0 17px 0;
	}
	
.redLabel {
	color: #d13b43;
	}
	
h2 {
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", serif;
	height: 33px;
	padding: 0 0 4px 0;
	margin: 0 0 25px 0;
	background: url(/images/layout/seperator.gif) left bottom repeat-x;
	font-weight: normal;
	color: #bf0a08;
	}
	
h3 {
	font-size: 1.2em;
	line-height: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #bf0a08;
	text-transform: uppercase;
	}
	
h3.brown {
	color: #4f311c;
	}
	
h4 {
	font-size: 1.1em;
	line-height: 15px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #7d6e64;
	text-transform: uppercase;
	margin: 3px 0 5px 0;
	}
	
h4.red {
	color: #bf0a08;
	}
	
h4.grey {
	color: #7d6e64;
	}

h5 {
	color: #cd2a33;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
	}

.hr {
	margin: 20px 0;
	height: 4px;
	background: url(/images/layout/seperator.gif) left top repeat-x;
	}
	
.hr hr {
	display: none;
	}