h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Arial, Haettenschweiler, Crandall;
}


body {
	background-color: #F0EAD2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #230500;
}

.BodyBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	
	border-top-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #230500;
	border-right-color: #230500;
	border-bottom-color: #230500;
	border-left-color: #230500;


}

h4 {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #230500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #230500;
}
a:hover {
	text-decoration: none;
	color: #C03101;
}
a:active {
	text-decoration: none;
	color: #230500;
}
h5 {
	font-family: Tahoma, Arial, Haettenschweiler, Crandall;
	font-size: 13px;
}
h6 {
	font-size: 9px;
	text-decoration: underline;
}

