body
{
	background-color: darkgray;
}

.menu
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
}

.text
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

.menu a
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	text-decoration: none;
}
.menu a:hover
{
	font-weight: bold;
	font-size: 10pt;
	color:Yellow;
	font-family: Arial;
	text-decoration: none;
}

.heading1
{
	font-size: 20pt;
	font-family: Arial;
	text-decoration:none;
	color: Black;
}

a.heading1:hover
{
	font-size: 20pt;
	font-family: Arial;
	text-decoration:none;
	color:White;
}

.heading2
{
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
}

.infoTable th
{
	padding: 2px;
	font-size: 8pt;
	font-family: Tahoma, Arial;
	background-color: darkgray;
}

.infoTableth
{
	padding: 2px;
	font-size: 8pt;
	font-family: Tahoma, Arial;
	font-weight: bold;
}
.infoTable td
{
	background-color: lightgrey;
	/*padding: 2px;*/
	font-size: 8pt;
	font-family: Tahoma, Arial;
}


.sortable td
{
	font-size: 8pt;
	font-family: Tahoma, Arial;
}

/* Sortable tables */
table.sortable a.sortheader
{
	color: white;
	text-decoration: none;
}

table.sortable a.sortheader:hover
{
	color: #FF0000;
	text-decoration: none;
}

.find
{
	font-size: 20pt;
	font-family: Arial;
	text-decoration:none;
	color: Yellow;
}

a.find:hover
{
	font-size: 20pt;
	font-family: Arial;
	text-decoration:none;
	color:Red;
}

.find2, .find2:visited
{
	font-size: 11pt;
	font-family: Arial;
	text-decoration:none;
	color: Black;
	font-weight:bold;
}

a.find2:hover
{
	font-size: 11pt;
	font-family: Arial;
	text-decoration:none;
	color:Red;
	font-weight:bold;
}





