body {
background-image:url(bluebg.jpg);
background-attachment: fixed;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.style2 {
	color: #ECE6CE;
	font-size: 1px;
}
.style3 {color: #FFFFFF}
.style5 {
	font-size: 14px;
	font-weight: bold;
	color: #4B96CD;
}
.style6 {color: #666633; font-size: 14px;}
a:link {
	color: #666633;
	text-decoration: none;
}
a:visited {
	color: #666633;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #339933;
	text-decoration: none;
	font-weight:bold;
}
.imageleft {
	float: left;
	margin: 3px 10px 3px 0px;
}
.imageright {
	float: right;
	margin: 3px 0px 3px 12px;
}