@charset "iso-8859-9";
body {
	background-color: #01669A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.header {
	height: 332px;
	width: 863px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color:#0066CC;
}
a:link {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #a7a7a7;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}