a:link {
	text-decoration: none;
	color: #cc0000;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}

.navbuttons a:link {
	text-decoration: none;
	color: #003D7D;
}
.navbuttons a:visited {
	text-decoration: none;
	color: #003D7D;
}
.navbuttons a:hover {
	text-decoration: none;
	color: #cc0000;
}
.navbuttons a:active {
	text-decoration: none;
	color: #cc0000;
}

.subnavbuttons a:link {
	text-decoration: none;
	color: #003D7D;
}
.subnavbuttons a:visited {
	text-decoration: none;
	color: #003D7D;
}
.subnavbuttons a:hover {
	text-decoration: none;
	color: #cc0000;
}
.subnavbuttons a:active {
	text-decoration: none;
	color: #cc0000;
}

.logo a:link {
	text-decoration: none;
	color: #CC0000;
}
.logo a:visited {
	text-decoration: none;
	color: #CC0000;
}
.logo a:hover {
	text-decoration: none;
	color: #7A7B7D;
}
.logo a:active {
	text-decoration: none;
	color: #CC0000;
}

.footer1 a:link {
	text-decoration: none;
	color: #ffffff;
}
.footer1 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.footer1 a:hover {
	text-decoration: none;
	color: #bab073;
}
.footer1 a:active {
	text-decoration: none;
	color: #ffffff;
}

.footer2 a:link {
	text-decoration: none;
	color: #999999;
}
.footer2 a:visited {
	text-decoration: none;
	color: #999999;
}
.footer2 a:hover {
	text-decoration: none;
	color: #bab073;
}
.footer2 a:active {
	text-decoration: none;
	color: #999999;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#cccccc;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color:#E4E4E4;
	scrollbar-arrow-color:#003d7d;
}
.logo {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.pagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bab073;
}
.pagesubtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bab073;
}
.tagline {
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #bab073;
}
.navbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003D7D;
}
.subnavbuttons {
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003D7D;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
}
.bodytextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px;
	color: #333333;
}
.comment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 17px;
	color: #cccccc;
}
.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
.footer1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}