td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: left;

}
body {
	margin: 10px;
	
}

span.parentOff {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	cursor: hand;
}

span.parentOn {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	cursor: hand;
	font-weight: bolder;
}

span.childHidden {
	visibility: hidden;
	position: absolute;
}

span.childVisible {
	position: static;
	visibility: visible;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

a.dropLinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0066CC;
}

td.spanList {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0066CC;
	text-align: justify;
	padding-right: 10px;
}

a.newsLinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

td.linkBox {
	width: 275px;
	background-color: #2A9FAA;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;



}
a:hover {
	text-decoration: underline;
}
