@charset "utf-8";
body {
	color: #585858;
	font-family: "Segoe UI";
	font-size: 14px;
	margin: 0;
	min-width: 960px;
}

p a {
	color: #000;
	text-decoration: underline;
}

h4 a{
	color: #375675;
	text-decoration: none;
}

h4 a:hover{
	color: #375675;
	text-decoration: underline;
}

h2 {
	color: #375675;
	font-weight: bold;
	padding-top: 10px;
}

h3 {
	color: #c80708;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 15px;
}

h4 {
	color: #375675;
	font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
}

img {
    float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
