body {
	font-size: 0.75em;
	line-height: 1.5em;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	margin-bottom: 1em;
}

a {
	color: #000066;
	text-decoration: none;
	border-bottom: dashed #000066 1px;
}
a:hover {
	/*border-bottom: 1px solid;*/
	color: #900;
}

a.noborder {
	border: none;
}

h1 {
	margin: 15px 0px 25px 0px;
	color: #333333;
	font-size: 2.5em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	margin: 55px 0px 15px 0px;
	color: #8e2e00;
	font-size: 2.2em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h3 {
	margin: 30px 0px 15px 0px;
	color: #8e2e00;
	font-size: 1.7em;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

li {
	margin-left: 35px;
	margin-bottom: 0.3em;
}

dl {
	margin-bottom: 1em;
}

dt {
	margin-bottom: 0.2em;
	color: #333333;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
}