.header {
 font-family: "Arial, Helvetica, sans-serif";
 font-size: 12px;
 color: #000000;
 text-decoration: none;
}

.heading {
 font-family: "Verdana";
 font-size: 12px;
 font-weight: bold;
 color: #006699;
 text-decoration: none;
}

.text {
 font-family: "Arial";
 font-size: 12px;
 color: #000000;
 text-decoration: none;
}

.menu, .menu:link, .menu:visited {
 font-family: "Tahoma, Arial, Helvetica, sans-serif";
 font-size: 11px;
 font-weight: bold;
 color: #666666;
 text-decoration: none;
}

.menu:hover {
 color: #FF9900;
}

.lnk, .lnk:link, .lnk:hover, .lnk:visited {
 font-family: "Arial";
 font-size: 12px;
 color: #0162AF;
 text-decoration: none;
}

.inp {
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal;
	font-size: 11px;
	color:#8F8CC1;
	text-decoration: none;
	background-color: #FFFFFF;
	border: solid 1px #8F8CC1;
}

.inpm {
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal;
	font-size: 11px;
	color:#8F8CC1;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top: solid 1px #8F8CC1;
	border-right: solid 1px #8F8CC1;
	border-bottom: solid 1px #8F8CC1;
	border-left: solid 3px #CC0000;
}

.copyright {
 font-family: "Arial";
 font-size: 11px;
 font-weight: bold;
 color: #666666;
 text-decoration: none;
}

a.copyright {
 font-family: "Arial";
 font-size: 11px;
 font-weight: bold;
 color: #666666;
 text-decoration: underline;
}