body, .splashtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.headframe {
	background-attachment: fixed;
	background-image: url(images/watermark_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.leftbg {
	background-attachment: fixed;
	background-image: url(images/leftframebg_beige.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightbg {
	background-attachment: fixed;
	background-image: url(images/rightframebg_beige.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FADFD3;
}
.whiteborder {
	border: 1px solid #FFFFFF;
}
a:link, a:hover, a:visited, a:active {
	color:#fff;
}