/* CSS Document */

.category_higlight {
	color: #ABC178;
}
.data th {
	background-color: #011527;
		color:white;
		padding:7px;

}
.data {
	font-size: 11px;
	margin-bottom:10px;
	width: 95%;
}
.data td {
	text-align: center;
	background-color: #DFECC3;
	padding:4px;
}
.data .alternating {
	background-color: #CACACA;
}

.normal_bold{
font-weight:bold;
}#content h4 {
	font-size: 1em;
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: 10px;
	font-style: italic;
}
.underlineTitle {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.FYItitle {
	font-weight: bold;
}
.data .highlighted {
	background-color: #ABC178;
}

