body {
	margin:0;
	padding:0;
	background-color: #fff;
	font-size: 11px;
	font-family: trebuchet;
	word-spacing: 1px;
	letter-spacing: 1px;
}

p {
	color: black;
	font-size: 11px;
	font-family: trebuchet;
	line-height: 14px;
}
	
table {
	position: relative;
	margin: 0 0 0 0;
}

td {
	font-size: 11px;
	font-family: trebuchet;
	line-height: 14px;
	word-spacing: 0;
	letter-spacing: 0;
}

th { text-align: left;
	border-spacing: 0px;
	vertical-align: top;
}

img {
	border-style: none;
	border-width: 0 0 0 0;
}
/* @group typography */
a { color: gray; text-decoration: none; }
a:link, a:active, { color:black; text-decoration: none; }
a:hover { color: black; text-decoration: none; border-bottom: 1px dotted silver; }
a:visited { color: black; text-decoration: none; border-bottom-width: 1px; }

