
body {	font-family: Arial, Helvetica, sans-serif; color: #ebe6d8;
	font-size: 0.9em; font-weight: normal; line-height: 120%;
}

h1 {
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: normal;
}
h2 {	color: #c76128;
	font-size: 1em;
	font-weight: normal;
}
h3 {	color: #fff;
	font-size: 0.7em;
	font-weight: normal;
}
ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    background-image: url(/img/bullet.jpg);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 14px;
}

a {	color: #d16422;
	text-decoration: none; outline: 0;
}
a:hover { 	color: #a85b34;
	text-decoration: none;  outline: 0;
}


hr {	margin:5px 0 5px 0;
	background: #990000;
	height:5px; border:0;
}
em { color: #cc0000;
    font-style: normal;
		font-weight: bold;
}
p {	line-height: 120%;
}