html,body
{
	background-color:white;
	color:grey;
	text-align:center;
	margin:0px;
	font-family:arial;
	font-size:12pt;
}

img
{
	border:none;
}

a,a:visited,a:active
{
	color:grey;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

table
{
	border-collapse: collapse;
}

td
{
	border: 1px dashed lightgrey;
	padding: 5px 8px 5px 8px;
	text-align: center;
	width: 1px;
	white-space:nowrap;
}

td.clean
{
	border: none;
}

td.head 
{
	background-color: grey;
}

td.head a
{
	color:white;
}

td.wide
{
	width: auto;
	text-align: right;
}

hr
{
	border:0px;
	padding:0px;
	margin:0px;
	background-color:white;
	height:5px;
}

hr.lightgrey
{
	width:448px;
	background-color:lightgrey;
	height:1px;
	margin:10px 0px 5px 0px;
}