body {
  background-color: #AAAAAA;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	color: #000000;
	font-size: 9pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h2 {
	color: #FFFFFF;
}

img {
    border: 0pt;
}

a:link {
	text-decoration: none;
	color: #006633;
}

a:hover {
	text-decoration: underline;
	color: #FF5500;
}

a:visited {
	text-decoration: none;
}

a.imgdim:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
    zoom: 1;
}


