body, html{
	margin: 10 0;
	padding: 0;
}
body {
	font: normal normal normal 10px Verdana;
	font-size: 10px;
	background-color: #606e6e;
}
td {
	background-color: White;
}
a:link {
	color: 606e6e;
	text-decoration: none;	
}
a:visited {
	text-decoration: none;
	color: 606e6e;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.black:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.black:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
a.black:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a.black:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.boldgrey {
	color: #606e6e;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font: Verdana;
}
.boldgreyleft {
	color: #606e6e;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font: Verdana;
	text-align: left;
}
.greyfont {
	color: #606e6e;
	font: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.greyfontleft {
	color: #606e6e;
	font: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.greenfont {
	color: #00894b;
	font: Verdana;
	font-style: normal;
	font-weight: normal;
}
.greenfontleft {
	color: #00894b;
	font: Verdana;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.redfont {
	color: #b8292f;
	font: Verdana;
	font-style: normal;
	font-weight: normal;
}
.redfontleft {
	text-align: left;
	color: #b8292f;
	font: Verdana;
	font-style: normal;
	font-weight: normal;
}
.squarelist {
	list-style-type: square;
	list-style-image: none;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	font: Verdana;
	color: #606e6e;
}
a.mailto:link {
	text-decoration: underline;
	color: #606e6e;
	font: normal bold 10px Verdana;
}
.hiddentext {
	color: White;
}