body {
  font-family: Arial;
	font-size: 9pt;
}

p {
  font-family: Arial;
	font-size: 9pt;
}

.heading {  
	font-family: Arial;
	font-size: 14pt;
}

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

a:link {  
	text-decoration: underline;
}

td {
	font-family: Arial;
	font-size: 8pt;
}

table.blackbox{
	border: solid;
	border-color: black;
	border-width: 1px;
	border-bottom-width: 0px;
}

td.tableheading{
	background-color: black;
	font-size: 8pt;
	color: white;
	font-style: bold;
}

tr.blackrow{
	background-color: black;
	font-size: 8pt;
	color: white;
}



td.bottomrightborder{
	font-size: 8pt;
	font-style: normal;
	border-bottom: solid;
	border-right: dashed;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

td.bottomborder{
	font-size: 8pt;
	font-style: normal;
	border-bottom: solid;
	border-bottom-width: 1px;
}

td.siteboxleft{  
	border-left: solid;
	border-bottom: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: black;
	font-size: 8pt;
	font-weight: normal;	
}

td.siteboxright{  
	border-right: solid;
	border-bottom: solid;
	border-left: dashed;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-color: black;
	font-size: 8pt;
	font-weight: normal;	
}

a.linkwhite
{
	color: white;
	font-size: 8pt;
}

a.linkwhite:hover
{
	color: white;
	text-decoration: underline;
	font-size: 8pt;
}

a.linkwhite:link
{
	color: white;
	text-decoration: underline;
	font-size: 8pt;
}

.inputfield{
	background-color: black;
	color: white;
	border: solid;
	border-width: 1px;	
	border-color: white;
}