@charset "utf-8";
/* CSS Document */

/* pageStructure
----------------------------------------------- */
body {
	text-align: left;
	background: none;
}

/* headings
----------------------------------------------- */

h1 {
	position: absolute;
	top: 75px;
	z-index: 1;
	margin-left: 150px;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
}

h2 {
	margin: 0px 0px 10px 0px;
}

h3 {
    margin: 0px 0 5px 0;
	font-weight: bold;
	font-size: 14px;
	color: #3b1a06;
}

h4 {
	margin: 0px 0 12px 0;
	color: #687908;
	font-size: 14px;
}

h5 {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 14px;
}


/* links
-----------------------------------------------*/
a:link {
	color: #9c2323;
	text-decoration: none;
}

a:visited {
	color: #3a0505;
	text-decoration: underline;
}

a:hover {
	color:#851111;
	text-decoration: underline;
}

/* misc
----------------------------------------------- */
p {
	margin: 0px;
	line-height: 1.25em;
	letter-spacing: 1px;
}

.setImg {
	margin: 5px 0;
	}	

img {
	border: 0;
}

.arrow {
	vertical-align: middle;
	margin-right: 3px;
}