
	body { margin-top: 0px; margin-left: 0px; }
	H1{ font-family: Arial, Helvetica; color: #333333; font-size : 18pt; }
	H2{ font-family: Arial, Helvetica; color: #333333; font-size : 16pt; }
	H3{ font-family: Arial, Helvetica; color: #333333; font-size : 14pt; }
	H4{ font-family: Arial, Helvetica; color: #333333; font-size : 12pt; }
	p { font-family: Arial, Helvetica; color: #333333; font-size : 10pt; }
	table { border-color: #841810; font-family: Arial, Helvetica; color: #333333; font-size : 11pt; }

	.bottom { font-family: Arial, Helvetica; color: #333333; font-size : 8pt; font-weight: bold; }

    a:link { color : #000080; text-decoration : none; }
    a:visited { color : #000080; text-decoration : none; }
    a:hover { color : #000080; text-decoration : underline; }
    a:active { color : #000080; text-decoration : none; }

    img { border-color : #8C8A8C; }
.row1{ background-color:#F0F0F0;}

#nav ul {	background:#808080;
}


#nav a {
	font-weight: bold;
	color: white;
		background:#808080;
		text-decoration:none;

}

#nav a:hover {
	font-weight: bold;
	color: #EEEEFF;
		background:#808080;
		text-decoration:none;


}




li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border: solid 1px #7d6340;
	border-width:0 1px 1px 1px
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

p {
	clear: left;
	background: url(images/remora.gif) center left no-repeat;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}