body {
	background-color: white;
	background-image: url(images/backdrop.gif);
	background-repeat: repeat-y;
	color: black;
	margin: 14px;
	margin-left: 94px;
}

p, th, td, li {
	font-size: 9pt;
	font-family: Arial;
}

p { text-align: justify; text-indent: 1.5em; }

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: Verdana;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 11pt; }
h4 { font-size: 9pt; }
h5 { font-size: 9pt; }
h6 { font-size: 7pt; }

h6 { margin-top: 0px; }

hr {
	color: black;
	width: 100%;
	height: 1px;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:link { color: #6666AA; }
a:hover {  }
a:visited { color: #333388; }

a img { border-width: 0px; }

ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
}