/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-color: #9E6E46;
}
a:link {
	font-weight: bold;
	color: #654123;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #A53A26;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #654123;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.empharis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #AB402E;
}
li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
