@charset "utf-8";
/* CSS Document */

body {
	background-color: #B3AB92;
	background-image:url(../images/background.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 50px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}

a.links {
	color: #FFFFFF;
	text-decoration: none;
}

a.black {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FEE100;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style6 {font-weight: bold}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

.floatleft {
	float: left;
	margin-right:20px;
}

.floatright {
	float: right;
}
