/* CSS Document */
body,td,th {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

.grey {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 20;
	color: #999999;
}

.bigGrey {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}

