/* CSS Document */

body, html {
	font-family:helvetica, arial, sans-serif;
	background-image:url(../images/Custom_Plaid.jpg);
	background-color:#ffffff;
	text-align: center;
	color:#000000;
	margin: 0;
	padding: 0;
	line-height:150%;
	font-size:11px;
}

a {
	color:#990000;
	text-decoration:none;
}


#fuBlock {
	margin: 0 auto;
	width: 900px;
	background-color:#FFFFFF;
}

.fuStrip {
	width: inherit;
	text-align:center;
	margin-top: 1em;
}

.fuPicLinks {
	margin: 0 .5em 1em .5em;
	border:none;
}

#fuText {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom:.5em !important;
}



