/*             General text and image styles            */
body {
font: 76% Verdana, Arial, Helvetica, sans-serif;
color: #333;
background: #fff
}
p {
}
h1 {
font-size: 200%;
color: #902d19;
font-weight: normal;
background: #fff
}
h2 {
font-size: 120%;
color: #902d19;
font-weight: bold;
background: #fff
}
h3 {
color: #902d19;
font-weight: bold;
background: #fff
}
ul {
}
li {
}
.nobullet {
list-style: none;
}
img {
border: none;
}
a:link {
color: #333;
background: #fff
}
a:visited {
color: #666;
}
a:hover {
color: #902d19;
}
a:focus {
color: #902d19;
}
a:active {
color: #902d19;
}
blockquote {
	font: italic 1.2em/1.7em "Times New Roman", Times, serif;
}

