body {
	margin: 0px;
	border: 0px;
	background: #6a6a55;
	background-image: url(../images/bg.gif);
}

input, textarea {
	font-family: arial, sans-serif;
}

.button {
	
	color: #7E533D;
	border: 3px double #A7A89B;	
	font-family: times new roman, serif;
	font-size: 10px;
	padding: 0px 6px 0px 6px;
	background: #ffffff;
}

.error {
	color: #ff0000;
}

.splash_menu_item {
	color: #342e28;
	background: #edeae7;
	text-align: center;
	font-family: arial, sans-serif; 
	margin: 4px;
	padding: 0px;
	font-size: 9px; 
	font-weight: bold; 

}

.splash_menu_item a {
	color: #342e28;
	text-decoration: none;
}

.splash_menu_item a:hover {
	color: #B78263;
	text-decoration: none;
}

.content_table {
	background: url(/images/bg_content_area.gif);
}

.content_table .td_top {
	height: 5px;
	background: url(/images/bg_content_area_top.gif);
}

.content_table .td_bottom {
	height: 5px;
	background: url(/images/bg_content_area_bottom.gif);
}

.content {
	padding: 17px 22px 17px 22px;
	text-align: justify;
	line-height: 15px;
	font-family: times new roman, serif;
	font-size: 12px;
	color: #3F443E;
}

.content .first_letter {
	padding: 0px 3px 0px 0xp;
	font-size: 35px;
	line-height: 30px;
	font-weight: bold;
	color: #a7a89b;
	float: left;
}

.content a {
	color: #4D6451;
	text-decoration: underline;
}

.content a:hover {
	color: #323E34;
}

.subheader {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
	color: #4E422C;
}

.s_table {
	line-height: 15px;
	font-family: times new roman, serif;
	font-size: 12px;
	color: #3F443E;
}

.google_footer {
	text-align: center;
	color: #A7A89B;
	font-family: times new roman, serif;
	font-size: 7pt;
	margin: 5px;
}