@charset "utf-8";
body {
	background-color: #000000;
	color: #2C3E48;
}
.head {
	background-color: #2c3e48;
	color: white;
	border:#2c3e48;
}


.sectionwrapper {
	background-color: #b2cad6;
}
.type {
	color: #dfeaee;
	background-color: #2c3e48;
}
.type a {
	color: #dfeaee;
	text-decoration: underline;
}
.type a:hover {
	text-decoration: none;
}

.type_on {
	color: #2c3e48;
	background-color: #dfeaee;
}
.type_on a {
	color: #2c3e48;
	text-decoration: none;
}
.type_on a:hover {
	text-decoration: none;
}
.formwrapper {
	color: #2C3E48;
}