body {
	color : black;
	font-family : Verdana;
	font-size : 8pt;
} 

TD {
	color : black;
	font-family : Verdana;
	font-size : 8pt;
} 

.tab {
	border-spacing: 0px;
	border-collapse: collapse;
	table-layout: auto;
}

.tab td {
	border-spacing: 0px;
	border-collapse: collapse;
        border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	table-layout: auto;
	padding: 0;
}

a {
    
	text-decoration: none;
	
        color: blue;
}


a:hover {
text-decoration:underline;
	color: blue;
}