/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */

.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

.space-vertical { height: 8px; }

img { border: 0; }

/* TYPE */

body {
	padding: 0px;
	font-family: Courier, "Courier New", monospace;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-top: 90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: #a45617;
	background-image: url(imgs/background.jpg);
	background-repeat: no-repeat;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link, a:visited, a:active { }
a:hover { text-decoration: underline; color: #CCFF00; }

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 32px;
	margin-bottom: 20px;
}

h2 {
	font-size: 19px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 0px;
	font-weight: bold;
}

strong, b { font-weight: bold; }
em, i { font-style: italic; }

p {
	margin-bottom: 9px;
	margin-top: 9px;
}
p.intro { font-weight: bold; }
.more { text-align: right;}

ul { margin-bottom: 9px; list-style: none outside; }
ol { margin-bottom: 9px; list-style: decimal; margin-left: 2.2em; }

.rule {
	margin-bottom: 15px;
	height: 1px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #b3c5cf;
	clear: both;
}

ul.regular {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}
