@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background-color: #ecebea;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.style1 {
	text-decoration:underline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #482218;
}
.contactBG {
	background:url(images/bodyBG.gif);
	background-position: left;
	background-repeat:repeat-y;
	}
.box {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #34302F;
	padding: 0px;
}
.marq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	margin-left: 0px;
	margin-top: 1px;
	color: #8e847e;
	text-decoration: none;	
}
.marq a:link {
	color:  #6e5048;
	text-decoration: none;
}
.marq a:visited {
	color:  #6e5048;
	text-decoration: none;
}
.marq a:hover {
	color: #4f271b;
	text-decoration: none;
}
.marq a:active {
	color: #4f271b;
	text-decoration: none;
}
