body {
margin: 0px;
padding: 0px;
vertical-align: middle;
font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
background-color: #fffff9;
text-decoration: none;
text-align: center;}

#Topmenu {
font-size: medium;
height: 40px;
float: none; /* since this element is floated, a width must be given */
width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #F7F182;
padding: 0 0 0 0px;
}

h1 {
background-color: #1e6ca3;
font-size: x-large;
color: #ffffff;
font-style: italic;
border-bottom: #9bb6d2 solid;
padding: 0px;
margin-left: 200px;
margin-right: 200px;
}
 
h2 {
text-align: center;
color: #003399;
font-weight: bold;
font-style: italic;
}

h3 {
color: #cc0000;
font-weight: bold;
font-style: italic;
}

h4 {
padding: 0px;
font-size: 13.5pt;
line-height: normal;
text-align: center;
}

.c1 {
color: #ff0000;
}

p.closed {
font-size: larger;
color: #cc0000;
font-weight: bold;
font-style: italic;
padding: 0px;}

table {
width: 100%;
margin: 0px;
padding: 5px;
vertical-align: middle;
}

address {
	vertical-align: middle;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-style: normal;
	font-size: 12pt;
	padding: 0px;
	font-weight: normal;
}

td {
text-align: center;
padding: 0px;}

p {
text-align: center;
color: #cc0000;}

.pobox {
	padding: 15px;
	border: 1px solid red;
	background-color: #FFC;
	color: #000000;
	font-size: 11pt;
}

img {
vertical-align: middle;
}

.footer {
width: 100%;
font-size: 10.5pt;
font-variant: small-caps;
font-weight: bold;
text-align: center;
background-color: #ffff99;
padding: 0px;
}

.footer a:hover {
background-color: #003366;
color: #ffffff;
text-decoration: none;
}

a:link {
color: #0000ff;
}

a:visited {
color: #cc0066;}

a:hover {
color: #ff0000;
text-decoration: underline overline;}

a:active {
color: #ff0066;}

