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

body,td,th {
	color: #000;
	font-family: "Helvetica Neue", "Helvetica Neue Bold", "Helvetica Neue Light", "Helvetica Neue Medium", "Helvetica Neue Thin", Arial;
	font-size: 12px;
}
body {
	background-color: #ccd1d5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	color: #d65a4e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #325f86;
}


.main {


}




.logo {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 300px;
	text-align: center;
	margin-top: -150px;
	margin-left: -200px;
}

.logo2 {
	display: block;
	height: 150px;
	text-align: center;
	background-image:url('img/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 10%;
	margin-right: 10%;
}




.conlinks {
	display: block;
	text-align: center;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}


.conlinks a {
	padding-left: 20px;
	padding-right: 20px;
}












