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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-align:left;
	}
	
img {
	border:0px;
	}

a {
	font-size: 11px;
	color: #003d73;
}
a:link {
	text-decoration: none;
	color: #003d73;
}
a:hover {
	text-decoration: underline;
	color: #003d73;
}
a:active {
	text-decoration: none;
	color: #003d73;
}

.link_g a {
	color:#00864b;
	text-decoration:none;
	}
.link_g a:hover {
	color:#00864b;
	text-decoration:underline;
	}