.blue {
	background-color: 1f61a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1f61a9;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.boldtxt {
	font-weight: bold;
	color: #1f61a9;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}
.graytxt {
	font-weight: bold;
	color: #606060;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
.gray {
	background-color: #d8d8d8;
}
.white {
	background-color: #FFFFFF;
}
.darkgray {

	background-color: #6b6a69;
}
a:link {
	color: #13458E;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.text_s {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.bluetxt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 13458E;
}
.text_s2 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.noprint{display:none;} /*to turn off content that should not print*/
.printerOnly{display:inline;}  /*to turn on content that should only print*/
