/*style for home page body text*/
.body-text {
	font-family: Palatino, Times, "Times New Roman";
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}

.body-text a:link{
	font-family: Palatino, Times, "Times New Roman";
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}


.body-text a:visited{
	font-family: Palatino, Times, "Times New Roman";
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.body-text a:hover{
	font-family: Palatino, Times, "Times New Roman";
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	color: #6E2405;
	text-decoration: none;
}


/*style for rest of site body text*/
.body-text2 {
	font-family: Palatino, Times, "Times New Roman";
	font-size: 14px;
	font-style: italic;
	line-height: 19px;
	color: #333333;
	text-decoration: none;
}

.body-text2 a:link{
	color: #000000;
	text-decoration: none;
}


.body-text2 a:visited{
	color: #000000;
	text-decoration: none;
}

.body-text2 a:hover{
	color: #6E2405;
	text-decoration: none;
}




/*for discalaimer and small text*/
.disclaimers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.disclaimers a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.disclaimers a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.disclaimers a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C8AB68;
	text-decoration: none;
}


/*for larger intial and phone numbers*/
.accent-text {
	font-family: Palatino, Times, "Times New Roman";
	font-size: 22px;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
