body {
width: 100%;
font-family: Verdana;
margin: 0px;}

p {
	text-align: center;
	font-size: medium;
}

address {
text-align: justify;
text-indent: +4em;
line-height: 22px;}

#Topmenu {
font-size: medium;
height: 36px;
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;
}

.plain {
font-weight: normal;
font-style: italic;
color: #000000;
}

.newinfo {
	background-color: #FF6;
	color: #900;
}

h1 {
font-size: 18.5pt;
font-variant: small-caps;
color: #003366;
text-align: center;
line-height: 20px;}

h2 {
	margin: 10px;
	font-size: 14pt;
	text-indent: 20px;
	color: #0000cc;
	background-color: #EAEAFF;
}

h3 {
font-size: 12pt;
text-indent: 60px;
color: #990000 
}

h4 {
margin: 10px;
font-size: 11pt;
text-indent: 60px;
color: #666666;}

h5 {
	font-size: 10pt;
	font-variant: small-caps;
	text-align: center;
}

a:link {
font-style: inherit;
color: #0000ff;}

a:hover {
background-color: #ffff99;
text-decoration: underline overline;
color: #990000;}

a:visited {
	color: #1d6472;
	font-size: 11pt;
}

