@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image: url(images/BACK.jpg);
	background-repeat: repeat;
}
img.float {
	float:right;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

