/* CSS Document */

a:link {
	text-decoration: none;
	color: #FF8A00;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


.whiteLinks {
	font-family: georgia;
	font-size: 9px;
	color: #CCCCCC;
	letter-spacing: 1px;
}
a.whiteLinks:link {
	text-decoration: none;
	color: #CCCCCC;
}
a.whiteLinks:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.whiteLinks:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.whiteLinks:active {
	text-decoration: none;
}


.redLinks {
	font-family: georgia;
	font-size: 11px;
	color: #950100;
}
a.redLinks:link {
	text-decoration: none;
	color: #950100;
}
a.redLinks:visited {
	text-decoration: none;
	color: #410100;
}
a.redLinks:hover {
	text-decoration: underline;
	color: #950100;
}
a.redLinks:active {
	text-decoration: none;
}


.redLinksContact {
	font-family: georgia;
	font-size: 11px;
	color: #950100;
	line-height: 22px;
}
a.redLinksContact:link {
	text-decoration: none;
	color: #950100;
}
a.redLinksContact:visited {
	text-decoration: none;
	color: #410100;
}
a.redLinksContact:hover {
	text-decoration: underline;
	color: #950100;
}
a.redLinksContact:active {
	text-decoration: none;
}





.whiteBody {
	font-family: georgia;
	font-size: 9px;
	color: #CCCCCC;
	letter-spacing: 1px;
}

.bodyText {
	font-family: georgia;
	font-size: 11px;
	color: #666666;
	line-height: 22px;
}
.red {
	color: #990000;
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
}
.bodyTextContact {
	font-family: georgia;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
.sitemap {
	color: #990000;
	font-family: georgia;
	font-size: 11px;
	font-weight: bold;
}
.sitemap p {
	margin: 7px 0 7px;
}
.sitemap a {
	font-family: georgia;
	font-size: 11px;
	color: #950100;
}
.sitemap a:link {
	text-decoration: underline;
	color: #950100;
}
.sitemap a:visited {
	text-decoration: underline;
	color: #950100;
}
.sitemap a:hover {
	text-decoration: underline;
	color: #950100;
}
.sitemap a:active {
	text-decoration: underline;
}

p {
	font-family: georgia;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	margin-left: 16px;
	margin-right: 16px;
}

p.form-label {
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-family: georgia;
	font-size: 12px;
	color: #655d0d;
	font-weight: bold;
	margin-left: 16px;
}
