body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/blue_bk.jpg);
	background-repeat: repeat-x;
}
.copy {
	font-size: 9pt;
	line-height: 15pt;

}
.titles {
	font-size: 9pt;
	font-weight: bolder;
	color: #336699;
}
.footer {
	font-size: 7pt;
	color: #666666;
}
.sidecopy {
	font-size: 8pt;
	color: #666600;
	line-height: 14pt;

}
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF3300;
}
