@charset "utf-8";
.text_content_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #373B94;
	font-weight: bold;
	font-size: 11px;
}
.text_content_norm {
	font-family: Arial, Helvetica, sans-serif;
	color: #373B94;
	font-size: 11px;
}
.border {
	border: 2px solid #373B94;
}
.text_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menuspacer {
	height: 165px;
}
.resources {
	font-family: Arial, Helvetica, sans-serif;
	color: #373B94;
	font-weight: bold;
	font-size: 11px;
	line-height: 25px;
}
a:link {
	color: #373B94;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #373B94;
}
a:hover {
	text-decoration: none;
	color: #6A6FC8;
}
a:active {
	text-decoration: none;
	color: #373B94;
}
.text_content_header {
	font-family: Arial, Helvetica, sans-serif;
	color: #373B94;
	font-weight: bold;
	font-size: 12px;
}
body {
	background-image: url(../images/background.jpg);
}
