/* CSS Document */

H2 {
	color: #009999;
}

table.tableEntry {
	border-width: .75pt;
	border-style: solid;
	border-color: black;
}

tr.trHeader {
	background-color: #A0A0FF;
}

div.divHeader {
	color: white;
	font-weight: bold;
}

A {
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	font-weight: bold;
	text-decoration: underline;
}

div.divHeader A {
	color: white;
}

div.divHeader A:hover {
	color: white;
}
