body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#998d82;
	line-height:21px;
}

a {
	color:#b42924;
}

em {
	color:#b42924;
	font-style: normal;
}

hr {
	border:0;
	clear:both;
	height:1px;
	background: transparent url(../images/hr.png) left top repeat-x;
}

.hr {
	clear:both;
	height:1px;
	border-bottom:1px solid #766455;
	margin-bottom:20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.0em;
}

h5 > img {
	float:left; 
	margin-right:10px;
}

h1 {
	font-size:45px;
	/*background: transparent url(../images/h1-border.gif) left bottom repeat-x;*/
	line-height:1.8em;
	padding-bottom:10px;
}

h2 {
	font-size:18px; font-weight:normal;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:22px;
}

h5 {
	font-size:20px;
}

h6 {
	font-size:18px;
}

.clearList {
	padding:0px;
	margin:0px;
	list-style: none;
	list-style-type: none;
}

.clearList li {
	padding:0px;
	margin:0px;
	list-style: none;
	list-style-type: none;
}

ol {
	list-style:decimal;
}

ul {
	list-style: none;
	list-style-type: none;
	font-size:12px;
}

li {
	margin-left:10px;
}

ol, ul {
	/*color:#767676;*/
}

ul li {
	padding-left:10px;
	/*background: transparent url(../images/tri-grey.gif) left 50% no-repeat;*/
	margin:0px;
}

ol li {
	margin:0px;
	list-style-position: inside;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom:20px;
}

.dropcap:first-letter {
	font-size:45px;
	float:left;
	display:block;
	margin-right:4px;
}

.border-black, .border-red, .border-darkgrey, .border-lightgrey {
	border:1px solid #ccc;
	padding:10px 10px 10px 25px;
	color:#444444;	
}

.border-black {
	border-left:6px solid #000;
}

.border-red {
	border-left:6px solid #814444;
}

.border-darkgrey {
	border-left:6px solid #808080;
}

.border-lightgrey {
	border-left:6px solid #c3b091;
}

img.shadows {
	border:1px solid #ccc;
	padding:4px;
	background:#fff;
	width:250px;
}

.bottom-shadow {
	margin-bottom:20px;
}