@charset "utf-8";
/* CSS Document */

body, table{ font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#333333;
 }
 
a {
	text-decoration : none;
	color:#333333;
}

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