input {
	font-family: Geneva, arial, helvetica, sans-serif;
	font-size: 9pt;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

table tr.odd th,
table tr.odd {
    background-color: #C1DAD2;
}

table tr.even th,
table tr.even {
    background-color: #CFDAD2;
}

table tr.marked th,
table tr.marked {
    background-color: #C0D100;
}

table tr.odd:hover,
table tr.even:hover,
table tr.hover {
    background-color: #D7FEFE
}

table th:hover {
    background-color: #D7FEFE
}

table td {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	padding: 2px;
	border-width: 1px;
	border-color: #000000;
}

table thead {
   font: bold 12px verdana, helvetica, arial, sans-serif; color: #0b3505;
	border-width: 1px;
	border-color: #FFFFFF;
}

a:visited {
	color: #0b3505;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #0b3505;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #0b3505;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9999FF;
	text-decoration: underline;
}
