body {
	background-attachment: fixed;
	background-image: url(images/bg_clouds.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #7F9ACE;
	text-decoration: none;
	text-transform: uppercase;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2355C6;
	text-decoration: none;
}
.contentBG {
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
}
