/* CSS Document */

#banner
{
display:none;
}

#browse
{
display:none;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


hr {
	
	color: #000000;
	background-color: #990000;
	
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000000;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000000;
	font-style: italic;
}


th {
	color: #ffffff;
	border: #000000;
	background-color: #996600;
}

table {
 	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
}
.footer {
font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}