@charset "utf-8";
/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: 
	background-repeat: repeat-x;
	background-color: #6B859C;
	margin-top: 0px;
}
.style2 {
	font-size: 11px;
	font-style: italic;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #66FFFF;
}
a:active {
	text-decoration: none;
}

