
body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 62.5%;
	color: #707070;
	line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	line-height: 1em;
}
	h1 {
		font-size: 2.6em;
		font-weight:bold;
		margin: 0 0 0.5em;
	}
	h2 {
		font-size: 1.5em;
		font-weight:bold;
		color: #9e172e;
		margin: 0 0 1em 0;
	}
	h3 {
		font-size: 1.4em;
		line-height:1.3em;
		text-transform: none;
		color: #872b12;
		margin: .9em 0 0.9em;
	}    
	h4 {
		font-size: 1.3em;
		text-transform: uppercase;
		margin: .9em 0 0.57em;
	}    
	h5 {
		font-size: 1.2em;
		margin: .em 0 0.67em;
	}    
	h6 {
		font-size: .9em;
		margin: 1.6em 0 0.8em;
	}

p {
	margin:.5em 0 1.4em 0;
	font-size: 1.2em;
	line-height:1.5em;
}
p.intro {
	font-size:1.5em;
	color:#111;
	line-height:1.4em;
	font-weight:normal;
	}
	

a {
	text-decoration: underline;
	outline:none;
	color: #872b12;
	font-weight: normal;
}
	a:hover {
		text-decoration: underline;
		color:#680012;
	}
	a img {
		border: none;
	}

	ul, ol, dl {
		margin: 1em 0;
		padding: 0;
		font-size: 1.2em;
	}
		ul li,
		ol li {
			margin: 0 0 0.5em 2em;
			padding: 0;
		}
			ul li ul {
				margin-top: 0.5em;
				margin-bottom: 0;
			}
		dl dt {
			font-weight: bold;
		}
		dl dd {
			padding: 0 0 0 1.2em;
		}

	blockquote {
		font-size:1.2em;
		font-style:normal;
		padding:2em 0;
		margin:2em;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}

	code {
		font-size: 1.1em;
		font-family: Courier New, Sans-Serif;
	}

	abbr, acronym {
		border-bottom: 1px dotted;
		cursor: help;
	}
	
	address {
		font-size:1.2em;
		font-style:normal;
	}
	


font,
basefont {
	color: inherit;
	font: inherit;
	font-size: 100%;
}

.offscreen-positioned {
	left: -999999em;
	position: absolute;
	margin: 0;
	padding: 0;
}



img.img-float-left {
	float: left;
	padding-right:10px;
}

img.img-float-right {
	float: right;
	padding-left:10px;
}


div.hr {
	border-top:1px solid #d2d2d2;
	margin:2em 0;
}

