.topmenu, .topmenu:active, .topmenu:visited {
	width: auto;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.90em;
	text-decoration: none;
	color: #ffffbb;
	border-right: 2px dotted #777777;
	float: left;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
}

.topmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.90em;
	border-right: 2px dotted #777777;
	background-image: url(../images/menu-over.gif);
	background-repeat: repeat-x;
}

.topmenu2, .topmenu2:active, .topmenu2:visited {
	width: auto;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.90em;
	text-decoration: none;
	color: #ffffbb;
	border-left: 2px groove #777777;
	float: right;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
}

.topmenu2:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.90em;
	border-left: 2px groove #777777;
	background-image: url(../images/menu-over.gif);
	background-repeat: repeat-x;
}

.submenu, .submenu:active, .submenu:visited {
	width: auto;
left: 40px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
	color: #0000BB;
	border-right: 1px dotted #000066;
	border-bottom: 1px dashed #00AAFF;
	float: left;
}

.submenu:hover {
	color: #000066;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 2px;
	font-size: 0.85em;
	border-right: 1px dotted #000066;
	border-bottom: 1px dashed #000066;
}

.footer, .footer:active, .footer:visited {
	bottom: 0px;
	right: 5px;
	position: absolute;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.80em;
	text-align: right;
	z-index: 5;
}


.footertext, .footertext:active, .footertext:visited {
	bottom: 0px;
	right: 97px;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.00em;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 5;
}

.footertext:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-repeat: repeat-x;
}
a, a:active, a:visited {
	font-family: Arial;
	font-size: 1.00em;
	color: #c48500;
	text-decoration: None;
	
}

a:hover {
	font-family: Arial;
	font-size: 1.00em;
	color: #00AAFF;
	text-decoration: underline;
}
H1 {
	font-size: 1.2em;
}
H2 {
	font-size: 1.0em;
	font-weight: bold;
}
HR {
	border-style: dashed;
	border-width: 1px;
	border-color: silver;
}

input, textarea
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 
form
{
	background-color: fuchsia;
}