body {
	background-color: 666666;
	background-image: url(/pix/background.jpg);
	background-repeat: repeat-x;
}
.loggedIn {
	font-family: "LucidaSans Roman", Futura, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.footer {
	font-family: "LucidaSans Roman", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footerLink {
	font-family: "LucidaSans Roman", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #374E86;
	text-decoration: none;
}