body {
	font-family: Tahoma, Verdana, Arial;
	color: #0e2c13;
	font-size: 14px;

}

hr {
	background-color:#007EBB;
	color: #007EBB;
	height: 1px;
	border:none;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #2e9840;
	text-decoration: none;
}
a:hover {
	color: #007EBB;
	text-decoration: underline;
}
.type_blue{
	color:#007EBB;
}
.type_red {
	color: #FF0000;
}
