a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline}
.unnamed1 {  color: #99CCCC; text-decoration: none; font-weight: bold}
.unnamed2 {  color: #0000FF; text-decoration: none; font-weight: 300}
.unnamed3 {  font-weight: 300; color: #FFFFFF; text-decoration: none}
.unnamed4 {  font-weight: bold; color: #0000FF; text-decoration: none}
.redbold {  font-weight: bold; color: #FF0033; text-decoration: none}
.reditalic {  font-style: italic; font-weight: 300; color: #FF3333; text-decoration: none}
.red {  font-weight: 300; color: #FF3333; text-decoration: none}
.aqua {  font-weight: 300; color: #99CCCC; text-decoration: none}
.whitebolder {  font-weight: 600; color: #FFFFFF; text-decoration: none}
.green {  font-weight: 300; color: #669966; text-decoration: none}
.greenbold {  font-weight: bold; color: #0CBD24; text-decoration: none}
.mauve {  font-weight: 300; color: #FF9900; text-decoration: none}
.mauvebold {  font-weight: bold; color: #FF9900; text-decoration: none}
.mauveitalic {  font-style: italic; font-weight: 300; color: #FF9900; text-decoration: none}
.mauveboldital {  font-style: italic; font-weight: bold; color: #FF9900; text-decoration: none}
.lightblue {  font-weight: 300; color: #3366FF; text-decoration: none}
.lightbluebold {  font-weight: bold; color: #3366FF; text-decoration: none}
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h4 { font-family: Verdana, Arial, Helvetica, sans-serif; }
body   { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
ADDRESS, BLOCKQUOTE, DIV, DL, H5, H6, OL, P, SPAN, UL, LI, p, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; }.greenbold {  }
.blackbold {  font-weight: bold; color: #000000; text-decoration: none}
.rust {
	color: #810D03;
}
.purple {
	color: #FF2DCA;
}
.purplebold {
	font-weight: bolder;
	color: #FF2DCA;
}
.yellow {
	color: #FFFF00;
}
.orange {
	color: #B8371D;
}


/* Without forcing our way into the selectors written above, the below selectors
will override the above selectors and allow for backward-compatibility if the
below styles aren't used in the future -- Marc Amos/Boston Web Studio */
.clearLeft {display:block; clear:left;}
#Image3 {
	margin: 10px 0 10px 10px;
}
#topNav ul {
	margin: 0 0 0 3px;
	padding: 0;
}
#topNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
/* Begin Style1 */
#topNav.style1 li a, #topNav.style1 li a:visited {
	display: block;
	font-family: arial, sans-serif;
	font-size: 1em;
	padding: 8px 13px;
	margin: 0 2px;
	border-top: 1px solid #555;
	background: url(../images/home/top-nav-bg.gif) repeat-x left top;
	color: #cadfed;
}
#topNav.style1 li a:hover {
	background-image: none;
	background-color: #ccc;
	color: #111;
	text-decoration: none;
}
/* Begin Style2 */
#topNav.style2 li a, #topNav.style2 li a:visited {
	display: block;
	border: 1px solid #000;
	padding: 8px 7px 8px 18px;
	margin: 0 2px;
	background: url(../images/home/top-nav-white-bullet.gif) no-repeat 7px 14px;
	color: #fff;
}
#topNav.style2 li a:hover {
	color: #bedaed;
	background-color: #151515;
	border-color: #333;
	text-decoration: none;
}
/* Begin Style3 */
#topNav.style3 li a, #topNav.style3 li a:visited {
	display: block;
	font-family: arial, sans-serif;
	font-size: 1em;
	padding: 8px 13px 8px 14px;
	position: relative;
	margin: 0 2px -5px;
	color: #f03;
	border-top: 1px solid #555;
	background-color: #151515;
}
* + html #topNav.style3 li a, * + html #topNav.style3 li a:visited {
	margin-bottom: -7px;
}
#topNav.style3 li a:hover {
	text-decoration: none;
	background-color: #f03;
	color: #111;
	border-top-color: #fff;
}
