body {
	text-align: justify;
	padding: 0;
    padding-right: 200px;
	margin: 1em;
	background-color: #ffffff;
	font-family: Utopia, Geneva, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

A:link, A:active, A:hover {
	color: #0040b6;
	text-decoration: none;
}

A:visited {
	color: #777777;
	text-decoration: none;
}

p {
	margin-left: 1.5em;
	padding: 0;
}

p A:link, p A:active {
	color: #0040b6;
	border-bottom: dotted #cccccc 1px;
}

p A:visited {
	color: #777777;
	border-bottom: dotted #cccccc 1px;
}

p A:hover {
	color: #000000;
	border-bottom: dotted #999999 1px;
}

h1 {
    font-family: GillSans, Trebuchet, Helvetica, Verdana, Arial;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
    border-bottom: 1px solid #C0C0C0;
	margin: 0 0 12px 0;
	padding: 0.2em;
    padding-bottom: 0;
	text-align: left;
}

h2, h3, h4, h5 {
    font-family: GillSans, Trebuchet, Helvetica, Verdana, Arial;
}

blockquote {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 2em;
	margin-right: 0;
	border-left: #e6e6e6;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}

form {
	padding: 0em;
	margin: 0em;
}

ul {
	margin-left: 2em;
	list-style-type: round;
}

ul li {
	padding: 0em;
    padding-bottom: 0.3em;
}

ul li A:link, ul li A:visited, ul li A:active {
	text-decoration: none;
	border-bottom: dotted #999999 1px;
}

ul li A:hover {
	text-decoration: none;
	border-bottom: dotted #222222 1px;
}

hr {
        display: none;
}

