a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;  /* 12px */
    line-height: 1.4rem;
	color: #666666;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;  /* 18px */ 
    line-height: 1.4rem;
	font-weight: bold;
	color: #666666;
}

.timesnewroman {
	font-family: "Times New Roman", Times, serif !important;	
}

.notextdec {
	text-decoration: none !important;
}

.pagetag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;  /* 9px */
    line-height: 1.4rem;
	color: #999999;
}
.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;  /* 10px */
	line-height: 1.3rem;
	color: #666666;
}
.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  /* 10px */
	line-height: 1.2rem;
	color: #666666;
}
.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;  /* 10px */
	line-height: 1.4rem;
	color: #666666;
}
.subheadsmcaps {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;  /* 18px */
	font-weight: bold;
    line-height: 1.4rem;
	color: #666666;
	font-variant: small-caps;
}
.black {
	color: #000000;
}

/* Custom Button  */

a:link button,  a:visited button {
	padding: 8px 20px 8px 20px;
	background-color: steelblue;
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 7px;
	border-width: 0;
}
a:hover button {
	background-color: midnightblue;
	color: white;
	text-decoration: none;
}
a:active button {
	background-color: deepskyblue;
	color: midnightblue;
	text-decoration: none;
}