﻿body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
	margin: 10px;
	font-size: 10pt;
}
img {
	border: 0px;
}
.cities {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
}
td {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.b {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.bw {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FC1622;
}
.w {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
}
.button {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FC1622;
}
<!--
-- link -- {
}
a:link, a:visited {
	color: #0816A3;
	text-decoration: none;
}
a:active {
	color: #0816A3;
	text-decoration: none;
}
a:hover {
	color: #0816A3;
	text-decoration: underline;
}
a:link.w, a:visited.w {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active.w {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover.w {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:link.n, a:visited.n {
	color: #000000;
	text-decoration: none;
}
a:active.n {
	color: #000000;
	text-decoration: none;
}
a:hover.n {
	color: #000000;
	text-decoration: underline;
}
<!--
-- form -- {
}
input.text {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
select {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
textarea {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
<!--
-- Nav -- {
}
a.NavCol {
	font-family: Arial;
	font-size: 11;
	color: white;
	text-decoration: none;
}
a:hover.NavCol {
	text-decoration: underline;
}
.Nav {
	text-align: center;
}
.MainNav {
	background-color: #CC0000;
}
.MainNav .navbutton {
	border: 2px outset #CC0000;
	background-position: left center;
	text-align: center;
	font-variant: normal;
	font-size: 10pt;
	text-transform: capitalize;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url('/images/on.gif');
	background-repeat: no-repeat;
}
.MainNav .navbutton a {
	background-position: left center;
	padding-left: 14;
	padding-right: 5;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
	no-repeat;
	background-color: #CC0000;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 3;
	padding-bottom: 3;
	background-image: url('/images/on.gif');
	background-repeat: no-repeat;
}
.MainNav .navbutton a:hover, .MainNav .on .navbutton a {
	background-position: left center;
	color: #FFFFFF;
	font-size: 10pt;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	background-image: url('/images/off.gif');
	background-repeat: no-repeat;
}
.MainNav .navbutton a:active {
}
