body {
	background-attachment: fixed;
	background-image: url(Resources/background.jpg);
	background-position: center top;
	background-color: #D7E3FD;
	background-repeat: repeat;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000099;
	font-style: italic;
	font-weight: bold;
}
	
.text_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #006699;
}
a:active {
	color: #006699;
}
