@charset "UTF-8";
/* CSS Document */

.textAdjust{
	font-size: 12px;
}

.textAdjust a, .textAdjust a:link, .textAdjust a:visited, .textAdjust a:active{
	color: #610192; /*purple */
	text-decoration: none;
}
.textAdjust a:hover{
	color: #FF8100; /*orange*/
	text-decoration: underline;
}

.accessTextSize{
	color: #000000;
	font-size: 12px;
}













/* .............  do not change this information as it refers to the three A letters that control the text size  ...............
*/
.accessStyleA{
	color: #FFFFFF;
	background-color: #610192;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.accessStyleB{
	color: #000000;
 	background-color: #FFFFFF;
	font-size: 14px;
	padding:0px;
}
.accessStyleC{
	color: #000000;
 	background-color: #FFFFFF;
	font-size: 16px;
	padding:0px;

}
