html { font-size: 100%; /* IE hack to let font-size cascade */ }
table { font-size: 100%; /* IE hack to let font-size cascade */ }

body {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    text-decoration: none;
	font-size: 0.70em;
	position: absolute;
	left: 2%;
	right: 2%;
}

A {
	color: Black;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif; 
	font-smooth: always;
}

/*A img {  border: 0px solid black; border: hidden; }*/

img { border: 0px solid white; border: hidden;}




TABLE { 
    border-collapse: collapse;
    border: 0px solid white; 
	width:auto;
	table-layout: auto;
}

TD { border: 0px solid white; }
TH { border: 0px solid white; padding: 0px; vertical-align: bottom; font-weight:normal; }


