@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #595959;
	line-height: 18px;
/*	background: #F5F5F5;*/
}
p {
	font-size: 14px;
	text-indent: 20px;
}
a, a:active, a:hover{
	font-size: 14px;
	color: #00539B;
	text-decoration:underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #00539B;
	text-align:center;
}
h2 {
	font-size: 18px;
	color: #49AA35;
	text-align:left;
}