a:link {
	color: #990033;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #990033;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: #330099;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #330099;
	background-color: transparent;
	text-decoration: none;
}
a.navbar:link {
	color: #990033;
	background-color: transparent;
	font-size: 9pt;
	font-variant: small-caps;
	text-decoration: underline;
}
a.navbar:visited {
	color: #990033;
	background-color: transparent;
	font-size: 9pt;
	font-variant: small-caps;
	text-decoration: underline;
}
a.navbar:active {
	color: #330099;
	background-color: transparent;
	font-size: 9pt;
	font-variant: small-caps;
	text-decoration: none;
}
a.navbar:hover {
	color: #330099;
	background-color: transparent;
	font-size: 9pt;
	font-variant: small-caps;
	text-decoration: none;
}
.navbutton {
	color: #990033;
	background-color: #FFE6D5;
	text-align: center;
	margin-top: 12px;
	padding-top: 4px;
	font-family: inherit;
	font-variant: small-caps;
	font-size: 9pt;
	font-weight: bold;
	border: 2px solid #800000;
	height: 25px;
	width: 100px;
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
}
.footercompany {
	font-size: 8pt;
	font-weight: bold;
	color: #990033;
}
.footeraddress {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}