/*HOME PAGE body text style*/


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}

.bodytext a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #26326C;
	text-decoration: none;
}

.bodytext a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #26326C;
	text-decoration: none;
}

.bodytext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #6C263A;
	text-decoration: none;
}


/*for the rest of the site - body text style*/


.sitebodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	margin-right:15px;
}

.sitebodytext a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #26326C;
	text-decoration: none;
}

.sitebodytext a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #26326C;
	text-decoration: none;
}

.sitebodytext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6C263A;
	text-decoration: none;
}




/*disclaimer text style*/

.disclaimer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.disclaimer-text a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #26326C;
	text-decoration: none;
}

.disclaimer-text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #26326C;
	text-decoration: none;
}

.disclaimer-text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6C263A;
	text-decoration: none;
}


/*bottom navigation text style*/

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

.bott-nav a:link{
	color: #26326C;
	text-decoration: none;
}

.bott-nav a:visited{
	color: #26326C;
	text-decoration: none;
}

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

.sidetext{
	margin-left:8px;
	margin-right:15px;
}