body {
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #999999;
}

a.green {
	color: #BBEE00;
}

a:hover.green {
	color: #BBEE00;
	text-decoration: underline;
	cursor: pointer;
}

a.red {
	color: #CC6600;
}

a:hover.red {
	color: #CC6600;
	text-decoration: underline;
	cursor: pointer;
}

a.blue {
	color: #3281DF;
}

a:hover.blue {
	color: #3281DF;
	text-decoration: underline;
	cursor: pointer;
}

a:visited {
	color: #666666;
}

td {
	font-size: 7pt; 
}

.titletext {
	font-size: 6pt;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
