/*nav bar style*/

.nav-bar-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCC99;
	text-decoration: none;
}

.nav-bar-text a:link{
	color: #CCCC99;
	text-decoration: none;
}

.nav-bar-text a:visited{
	color: #CCCC99;
	text-decoration: none;
}

.nav-bar-text a:hover{
	color: #9B8F57;
	text-decoration: none;
}


/*body text style*/

.main-body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	color: #3F3F3F;
	text-decoration: none;
	text-align: left;
}

.main-body-text a:link{
	color: #500001;
	text-decoration: underlined;
}

.main-body-text a:visited{
	color: #5A3D1C;
	text-decoration: underlined;
}

.main-body-text a:hover{
	color: #993333;
	text-decoration: underlined;
}


/*bullet text style*/

.main-bullet-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #3F3F3F;
	text-decoration: none;
	text-align: left;
}

.main-bullet-text a:link{
	color: #500001;
	text-decoration: underlined;
}

.main-bullet-text a:visited{
	color: #5A3D1C;
	text-decoration: underlined;
}

.main-bullet-text a:hover{
	color: #993333;
	text-decoration: underlined;
}


/*footer-text*/

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccc99;
	text-decoration: none;
}

.footer-text a:link{
	color: #cccc99;
	text-decoration: none;
}

.footer-text a:visited{
	color: #cccc99;
	text-decoration: none;
}

.footer-text a:hover{
	color: #9B8F57;
	text-decoration: none;
}



.did-you-know {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}



.facts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.facts a:link{
	color: #500001;
	text-decoration: underlined;
}

.facts a:visited{
	color: #500001;
	text-decoration: underlined;
}

.facts a:hover{
	color: #993333;
	text-decoration: underlined;
}



.page-headers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #500001;
	text-decoration: none;
}

