<style>
table.greytable {
	background-color : White;
	border : 1px solid #CCCCCC;
}
tr.row {
	background-color : #CCCCCC;
}
td.row {
	background-color : #CCCCCC;
}
a:link.twitter {
	color : #D4689B;
	text-decoration:none;
}
a:visited.twitter {
color : #D4689B;
text-decoration:none;
}
a:hover.twitter {
	color : #A5C198;
}
a:link {
	color : #D4689B;
	text-decoration:none;
}
a:visited {
color : #D4689B;
text-decoration:none;
}
a:hover {
	color : #A5C198;
}
a:link.twitterheading {
	color : #D4689B;
	text-decoration:none;
	font-size : 14pt;
	font-weight : bold;
}
a:visited.twitterheading {
	color : #D4689B;
	text-decoration:none;
	font-size : 14pt;
	font-weight : bold;
}
a:hover.twitterheading {
	color : #A5C198;
	font-size : 14pt;
	font-weight : bold;
}
h2.twitter {
	color : #D4689B;
	text-decoration:none;
	font-size : 14pt;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom:0px;
	}
h3.twitter {
	color : #A5C198;
	text-decoration:none;
	font-size : 10pt;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom:0px;
	}
td.twitter {
	color : #D4689B;
	text-decoration:none;
	font-size : 10pt;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom:0px;
	}


</style>