body {
	margin: 0;
	padding: 0;
	color: #404040;
	background-color: white;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
}

body,p,input,textarea,select,td,th {
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link {
	color: blue;
}
a:visited {
	color: purple;
}
a:active {
	color: red;
}

h1,h2,h3,h4,h5,h6 {
	color: black;
	/* font-family: "Palatino Linotype", "Times New Roman", Times, serif; */
}

h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
h4 { font-size: 8pt; }
h5 { font-size: 8pt; }
h6 { font-size: 8pt; }

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	border-bottom: 1px dotted #808080;
}
a {
	display: block;
	margin: 5px 0 5px 0;
	padding: 2px 0 2px 0;
	font-size: 7.5pt;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: #e0e0e0;
}

br {
	display: none;
}
