/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

table{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

td{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a:link {
	font-family: "Arial";
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #3333FF;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
