body {
	background-color: #D1E3FC;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/layout/background_content.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 910px;
}

.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	text-decoration: underline;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #464646;
}

.subtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

.subtitles a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

.subtitles a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464646;
	background-attachment: scroll;
	background-image: url(../images/layout/background_menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
	width: 940px;
}

.buttons {
	color: #464646;
	display: block;
	text-decoration: none;
	width: 100px;
	text-align: center;
}

.buttons:hover {
	color: #464646;
	display: block;
	text-decoration: underline;
	width: 100px;
	text-align: center;
}

.buttons_sub {
	position: relative;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background-color: #D1E3FC;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

.buttons_sub:hover {
	position: relative;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: underline;
	background-color: #D1E3FC;
	padding: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #464646;
	background-attachment: scroll;
	background-image: url(../images/layout/background_box.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	text-decoration: underline;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	text-decoration: none;
}

