@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	list-style-position: inside;
	list-style-type: square;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06516d;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #06516d;
	text-decoration: none;
}
