@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
img{
	border: 0px;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
body,html{
	width:100%;
	}
a:link {
	color: #406899;
	text-decoration: none;
}
a:visited {
	color: #406899;
	text-decoration: none;
}
a:hover {
	color: #2f7dce;
	text-decoration: underline;
}
a:active {
	color: #406899;
	text-decoration: none;
}