@charset "utf-8";
body {
	background-color: #e1d5ad;
	margin: 0px;
	padding: 0px;
}
.link_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f6f3f3;
	text-decoration: none;
}
.sep {
	background-image: url(../images/left_nav_sep.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.normal_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22201a;
}
.normal_wt_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9f7f5;
}
.menu_link {
	font-family: Tahoma, Verdana, Georgia;
	font-size: 13px;
	font-weight: bold;
	color: #4a0605;
	text-decoration: none;
	text-transform: capitalize;
}
.listcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #22201a;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
}
