body {
    margin: 0 0 0 0;
}
table, td, tr, p {
    FONT-FAMILY: Verdana, Arial;
    font-size: 14px;
}
h1 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 18px;
	margin-top: 5px;
	color: #006600;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border: 1px black solid;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #006600;
}
.anylinkcss a{
	color: yellow;
	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.anylinkcss a:hover { 
	background-color: #bdceb5;
	color: black;
}

.navlist ul {
	margin: 0px;
	padding: 0px;
}
.navlist li {
	margin: 0px;
	list-style: none;
	line-height: 25pt;
}
.navlist a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
.navlist a:hover {
	color: green;
	font-weight: bold;
}

.imgr {
	float: right;
	margin: 5px 10px 5px 10px;
	border: 2px;
	border-color:#003300;
	border-style:solid;
}

.imgl {
	float: left;
	margin: 0 10px 0 10px;
	border: 2px;
	border-color:#003300;
	border-style:solid;
}
.imgc {
	margin-left: auto;
	margin-right: auto;
	margin: 0 10px 0 10px;
	border: 2px;
	border-color:#003300;
	border-style:solid;
}

