@charset "utf-8";
/* CSS Document */
.heading { font-family:Georgia, "Times New Roman", Times, serif; font-size:26px; font-weight:normal; color:#666;}
.smallblack {  font-family: Arial; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.smalltext {  font-family: Arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.medbold {  font-family: Arial; font-size: 11pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #550000; text-decoration: none}
.red {  font-family: Arial; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #F00000; text-decoration: none}
.black {  font-family: Arial; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #666666; text-decoration: none}
.smallgray {  font-family: Arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none}
.blue {  font-family: Arial; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #004080; text-decoration: none}
.boldblack {  font-family: Arial; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.blueunderline {  font-family: Arial; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #004080; text-decoration: underline}
.smallyellow {  font-family: Arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFCC00; text-decoration: none}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #990000;}
.smallwhite11 {font-family: Arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.smallwhite11 {font-family: tahoma; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #80807E; text-decoration: none}
.style1 {
	color: #666666;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	color: #666666;
}
.smallblack1 {font-family: Arial; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.smallblack2 {font-family: Arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000; text-decoration: none}
.smallwhite {font-family: Arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #FFFFFF; text-decoration: none}
.style3 {font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; text-decoration: none; font-family: Arial;}
.style6 {font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; text-decoration: none; font-family: Arial;}

// Navigation bar
div#navbar2 {
	height: 30px;
	width: 950px;
	background-color: #666666;
	margin: 0 auto;
	font-weight:bold;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 15px;
	color: #FFF;
}
div#navbar2 li a:link {
	color: #FFF:
}
div#navbar2 li a:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #550000;
}

// Footer
div#footer2 {
	height: 25px;
	width: 650px;
	background-color: #B2B2B2;
	font-weight:bold;
}
div#footer2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 25px;
	white-space: nowrap;
}
div#footer2 li {
	list-style-type: none;
	display: inline;
	color:#FFF;
	text-decoration: none;
	padding-right: 7px;
}
div#footer2 li a {
	color:#FFF;
}

