@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
a:link {
	color:#000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
a:active {
	text-decoration: underline;
	color:#000000;
}
button.a:link {
	color:#000000;
	text-decoration: none;
}
button.a:visited {
	text-decoration: none;
	color:#000000;
}
button.a:hover {
	text-decoration: none;
	color:#000000;
}
button.a:active {
	text-decoration: none;
	color:#000000;
}
li{
	list-style-image:url(../images/bullet_square.gif);
}
