
a:visited {
	color : #0099CC;
		text-decoration : none;
	}
a:link {
	color : #0099CC;
		text-decoration : none;
	}
a:hover {
	color : #FF0000;
		text-decoration : underline;
	}

table {
	border : 0px solid #000;
	background-color : #FFFFFF;
	}

td {
	font : 10px verdana, sans-serif;
	line-height : 14px;
	}
td.r {
	border-top : 1px dotted #000000;
	}

