@charset "UTF-8";
/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {font-size: 10px}
.style3 {font-size: 12px}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right: 6px;
	color: #666666;
	vertical-align: text-top;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-right: 6px;
	color: #0099FF;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	 margin-right: 10px;
	text-align: left;
	vertical-align: text-top;
	/*column-count: 3;
  column-width: 15em;
  column-gap: 2em;               
  column-rule: 4px solid green;
  padding: 5px; */
}
.content a{
	text-decoration:underline;
	font-weight:bold;
}
.content a:visited {
	text-decoration:underline;
	font-weight:bold;
	
}
.content a:active {
}
.content a:hover {
	text-decoration: none;
}
a:link {
	text-decoration:none;
}

a:visited {
	text-decoration: none;
	color:#666666;

}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration:underline;
}
.style4 {font-family: Arial, Helvetica, sans-serif}

