@charset "utf-8";
.addresstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C75A43;
}

body {
	background-color: #F7E9E6;
	background-image: url(images/backgroundbrown6.jpg);
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C75A43;
	font-weight: bold;
	border: thin solid #C75A43;
	background-color: #FCF7F5;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.maintable {
	border: thin solid #C75A43;
	background-color: #FFFFFF;
	left: 30px;
	top: 28px;
	position: absolute;
}
.maintextblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
	
.maintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.maintextspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
}
.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C75A43;
}
.maintitlered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.maintitleblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.tablecontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	border: thin solid #C75A43;
	background-color: #FFF5F0;
	margin: 5px;
	padding: 5px;
}
.tabledata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	border: thin solid #C75A43;
	background-color: #FFFCFB;
	margin: 5px;
	padding: 5px;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #C75A43;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.imageborder {
	padding: 5px;
}
.imagecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #C65942;
}

