.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: black;
	text-decoration:none;
}
.text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009366;
	text-align: right;
	line-height: 18px;
	text-decoration: none;
}
.text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009366;
	text-align: right;
	line-height: 18px;
	text-decoration: none;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #13458C;
	text-align: right;
	line-height: 18px;
	text-decoration: none;
}
.text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009366;
	text-align: right;
	line-height: 18px;
	text-decoration: none;
}
.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	empty-cells:show;
	text-align:center;
	background-color:#1E3C8B; 
	color:#FFFFFF;
	border: 1px solid black ;
}
.tablecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:white; 
	color:black;
	border: 1px solid gray ;
}
.tablehead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	empty-cells:show;
	text-align:center;
	background-color:#008078; 
	color:#FFFFFF;
	border: 1px solid black ;
}

