@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #374561;
	margin: 0px;
	padding: 0px;
	background-color: #d2e0f9;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
}
.interfaceContainer {
	left: 11px;
	top: 93px;
	position: absolute;
}

.contentContainer {
	background-image: url(images/contentMid.png);
	padding: 0px 15px 2px 15px;
}
.header {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0 0 10px;
	margin: 0;
}
a {
	font-style: italic;
/*	font-weight: bold;*/
}
a:link {
	color: #778CB0;
	text-decoration: none;
}
a:visited {
	color: #778CB0;
	text-decoration: none;
}
a:hover {
	color: #374561;
	text-decoration: none;
}
a:active {
	color: #374561;
	text-decoration: none;
}
div {
	margin: 5px 0 5px 0;
}

.feedbackContainer {
	white-space: nowrap;
	font-weight: bold;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #C4D0E8;
	border: 2px solid #A1AEC6;
	font-size: 14px;
	color: #374561;
}
