.background {
	background-image: url(img/main-bg-all.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.body {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}
.bodyBold {
	font-family: Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.altbackground {
	background-image: url(img/altpages-bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
.bodySmall {
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
.bodySmallBold {
	font-family: Verdana;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
.allwhitetable {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.bigbodybold {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
a:link {
	font-family: Verdana;
	color: #FFFFFF;
}
