/* CSS Document */

body /* Internet Explorer */ {
   font-family: verdana, arial, sans-serif; 
   text-align: center;
   margin:15px 0px; padding:0px;
} 

table {
	vertical-align:top;
	text-align:left;
}

td {
   font-family: verdana, arial, sans-serif;
   font-size:12px;
   background-color:white;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

a:link {
   color: black;
}

a:active {
   color: black;
}

a:visited {
   color: black;
}

a {
	font-family: verdana, arial, sans-serif;
   	font-size:12px;
   	color:#999999;
   	text-decoration: none;
}