/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BASICS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* TEXT STYLES */
.accessiblebody { /* set as default for all text styles then adjust */
	font-family: Arial, Helvetica, Geneva, sans-serif;	
	font-size: smaller;
	color: #222222;
}
.helpdropnav { /* set as white (accessiblebodywhite)*/
	font-family: Arial, Helvetica, Geneva, sans-serif;	
	font-size: small;
	color: #ffffff;
}
.subheading {
	font-family: Arial, Helvetica, Geneva, sans-serif;	
	font-size: smaller;
	font-style: italic;
	color: #0e1b64;
}
.subsubheading {
	font-family: Arial, Helvetica, Geneva, sans-serif;	
	font-size: smaller;
	font-style: italic;
	color: #252525;
}
.more, .more A, A.more, A.more:link {
	text-align:right;
	float:right;
	padding-left:12px;
	padding-right:12px;
	font-size:smaller;
	font-weight:bold;
	width:100%;
	text-transform: lowercase;
	text-decoration: none;
	background-image: url("/baseimages/morearrowbigger.gif");
	background-repeat: no-repeat;
	background-position: right;
	}
.moresafari {
	text-align:right;
	float:right;
	padding-left:12px;
	padding-right:12px;
	font-size:smaller;
	font-weight:bold;
	width:87%;
	text-transform: lowercase;
	text-decoration: none;
	background-image: url("/baseimages/morearrowbigger.gif");
	background-repeat: no-repeat;
	background-position: right;
	}
.back, .back A, A.back, A.back:link {
	/*margin-left:20px;*/
	padding-left:12px;
	font-size:smaller;
	background-image: url("/baseimages/backarrowbigger.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	}