@charset "UTF-8";
.weblink a:link {
	font-size: 9pt;
	color: #880000;
	text-decoration: none;
}
.weblink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #AA0000;
	text-align: center;
}
.weblink a:visited {
	font-size: 9pt;
	color: #880000;
}
.weblink a:hover {
	font-size: 9pt;
	color: #B5930B;
}
.weblink a:active {
	font-size: 9pt;
	color: #B5930B;
}
.contact {
	color: #660C02;
}
.contact a:link {
	color: #660C02;
}
.contact a:visited {
	color: #660C02;
}
.contact a:hover {
	color: #000000;
}
.contact a:active {
	color: #000000;
}
.nav {
	text-align: left;
	padding-right: 20px;
	padding-left: 18px;
}
.navr {
	text-align: right;
	padding-right: 20px;
	padding-left: 18px;
}
