/*disclaimer text style*/

.disclaimer-text {
	font-family: "Trebuchet MS", sans-serif, Verdana;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.disclaimer-text a:link{
	color: #993A10;
	text-decoration: none;
}

.disclaimer-text a:visited{
	color: #993A10;
	text-decoration: none;
}

.disclaimer-text a:hover{
	color: #415761;
	text-decoration: none;
}



/*bottom navigation text style*/

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

.bott-nav a:link{
	color: #993A10;
	text-decoration: none;
}

.bott-nav a:visited{
	color: #993A10;
	text-decoration: none;
}

.bott-nav a:hover{
	color: #415761;
	text-decoration: none;
}


/*headline text style*/


.headline {
	font-family: rockwell, kai, "Trebuchet MS", veranda, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #993A10;
	text-decoration: none;
}


/*body text style*/

.body-text {
	font-family: rockwell, kai, "Trebuchet MS", veranda, san-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.body-text a:link{
	color: #993A10;
	text-decoration: none;
}


.body-text a:visited{
	color: #993A10;
	text-decoration: none;
}


.body-text a:hover{
	color: #415761;
	text-decoration: none;
}
