/*Main Navigation Style*/

.nav-style {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.nav-style a:link{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


.nav-style a:visited{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


.nav-style a:hover{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}


/*Main Body Text Style*/

.body-text {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}

.body-text a:link{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 24px;
	color: #17561D;
	text-decoration: none;
}

.body-text a:visited{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 24px;
	color: #5A3D1C;
	text-decoration: none;
}

.body-text a:hover{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 24px;
	color: #FF9900;
	text-decoration: none;
}


/*Address Text Style*/


.address-line {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: .06em;
}


/*Disclaimer Text Style*/


.disclaimer {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.disclaimer a:link{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


.disclaimer a:visited{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}


.disclaimer a:hover{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}

/*Small Text Style*/


.small-text {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.small-text a:link{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 10px;
	color: #17561D;
	text-decoration: none;
}


.small-text a:visited{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 10px;
	color: #17561D;
	text-decoration: none;
}


.small-text a:hover{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}



/*Caption Text Style*/


.captions {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 11px;
	font-style: italic;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
}


.captions a:link{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 11px;
	font-style: italic;
	line-height: 24px;
	color: #CCCC00;
	text-decoration: none;
}

.captions a:visited{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 11px;
	font-style: italic;
	line-height: 24px;
	color: #CCCC00;
	text-decoration: none;
}


.captions a:hover{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 11px;
	font-style: italic;
	line-height: 24px;
	color: #FF9900;
	text-decoration: none;
}

/*terms Text Style*/

.terms {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.terms a:link{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #17561D;
	text-decoration: none;
}

.terms a:visited{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #5A3D1C;
	text-decoration: none;
}

.terms a:hover{
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #FF9900;
	text-decoration: none;
}


