/* IMPORT STYLES
---------------------------------------------------*/
@import url("base.css");
@import url("titles.css");
@import url("forms.css");

/*-------------------------------------------------*/


body {
	background: #4d0000;
	color: #cbb19a;
	font: 12px/16px Arial,Helvetica,sans-serif;
	}
img {
	border: 0;
	}
p {
	margin: 0 0 1em 0;
	}
td {
	text-align: left;
	vertical-align: top;
	}
h1 {
	font: bold 22px Raleigh,Georgia,Times,serif;
	line-height: 1.1em;
	color: #fff;
	margin: 1.3em 0 .3em 0;
	padding: 0;
	}
h2 {
	color: #fff;
	font-size: 18px;
	margin: 1.3em 0 .3em 0;
	line-height: 1.1em;
	}
h3 {
	color: #fff;
	font-size: 16px;
	margin: 1.3em 0 .3em 0;
	line-height: 1.1em;
	}
h4 {
	color: #ebddco;
	font-size: 14px;
	margin: 1.3em 0 .3em 0;
	line-height: 1.1em;
	}
h5 {
	color: #ebddco;
	font-size: 12px;
	margin: 1em 0 .3em 0;
	line-height: 1.1em;
	}

/* set to display:none via the @import */
hr {
	margin-top: 1em;
	margin-bottom: 1em;
	height: 8px;
	width: 100%;
	background-color: #a34316;
	border: 0;
	}

	
/* global links */
:link, :visited {
	color: #cf693a;
	text-decoration: none;
	}
:link:hover, :visited:hover {
	color: #cf693a;
	border-bottom: dashed 1px #cf693a;
	}
