body { 
margin: 0; 
padding: 0; 
background-color:#f1e6b8;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 20px;
font-size: 14px;
line-height: 20px;
font-color: #333333;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-color: #333333;
	line-height: 20px;
}
.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #333333;
}
.H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.H4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.textSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 13px;
}

.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

	a.textSmall:link {text-decoration: none;}
	a.textSmall:visited {text-decoration: none;}
	a.textSmall:active {text-decoration: none;}
	a.textSmall:hover {text-decoration: underline;}
	
	a.text:link {text-decoration: none;}
	a.text:visited {text-decoration: none;}
	a.text:active {text-decoration: none;}
	a.text:hover {text-decoration: underline;}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}