@charset "utf-8";
/* CSS Document */

body  {
	background:#E8DABD;
	margin: 1em 1em 0 1em;
	/* margin: 0 auto; it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

.addr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #4B4944;
	text-align:left;
	vertical-align:middle;
}

.main_links {
	text-align:left;
	vertical-align:top;
}

.main_link_td {
	text-align:left;
	vertical-align:middle;
	height:30px;
}

.main_link {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:notmal;
	/*color:#BF833F;*/
	color: #625740;
}

.main_link:active  { text-decoration:none; }
.main_link:link    { text-decoration:none; }
.main_link:visited { text-decoration:none; }
.main_link:hover   { text-decoration:none; }

.body_text_std {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}

.body_bottom {
	background-color:#A6A6A6;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	height:18px;
	vertical-align:middle;
}
