a:link {
	color: #blue;
	text-decoration : underline
}
a:visited {
	color: #333333;
	text-decoration : underline
}
a:active {
	color: blue;
	text-decoration : underline
}
a:hover {
	color: blue;
	text-decoration : underline
}

.BrownTitle {
	font-family: verdana;
	font-size: 18px;
	color: #3D1502;
	font-weight: bold;
}
.BrownIntro {
	font-family: verdana;
	font-size: 16px;
	color: #3D1502;
}
.BrownText {
	font-family: verdana;
	font-size: 12px;
	color: #3D1502;

}
.BrownTextBold {
	font-family: verdana;
	font-size: 12px;
	color: #3D1502;
	font-weight: bold;
}

.RedTitle {
	font-family: verdana;
	font-size: 18px;
	color: #E33000;
	font-weight: bold;
}
.RedIntro {
	font-family: verdana;
	font-size: 16px;
	color: #E33000;
}
.RedText {
	font-family: verdana;
	font-size: 12px;
	color: #E33000;

}
.RedTextBold {
	font-family: verdana;
	font-size: 12px;
	color: #E33000;
	font-weight: bold;
}

.BlackTitle {
	font-family: verdana;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

.BlackIntro {
	font-family: verdana;
	font-size: 16px;
	color: #000000;
}

.BlackText {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
.BlackTextBold {
	font-family: verdana;
	font-size: 12px;
	color: black;
	font-weight: bold;		
}

.plaintext {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}

.BulletText { 
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}

.BulletTextNavHead { 
	font-family: verdana;
	font-size: 12px;
	color: #687933;
	line-height: 15px;
	font-weight: bold;
	padding-left: 20px;
	text-transform: uppercase;
}
.BulletTextNav { 
	font-family: verdana;
	font-size: 12px;
	color: #687933;
	line-height: 15px;
}

.navmenu {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.normal {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
}
.ftitle {
	font-family: verdana;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
.fbody {
	font-family: verdana;
	font-size: 12px;
	color: black;		
}

.vtitle {
	font-family: verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
}
.vbody {
	font-family: verdana;
	font-size: 11px;
	color: black;		
}

.subnavlink {
	font-family: verdana;
	font-size: 10px;
	color: #99CCFF;
	line-height: 16px;
}
a:link.subnavlink {
	color: #99CCFF;
	text-decoration: none;
}
a:visited.subnavlink {
	color: #999999;
	text-decoration: none;
}
a:hover.subnavlink {
	color: #FFFFFF;
}
.copyright {
	font-family: verdana;
	font-size: 9px;
	color: #999999;
	line-height: 12px;
	padding-bottom: 5px;
}
	
