<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { 
		background-color: lightblue; /* #DFEFF0; */
		background-image: url('/common/styles/images/fcbg.png');
	/*	font-family: Calibri, 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif; */
	/*	font-family: Georgia; */
	
}

input, textarea {
	border: 1px solid rgba(0,0,0,.35);
}

th { background-color:#1e2a40; }

.dsMainHeader {
	font: bold x-large cursive;
	text-align: center 
}

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	color: white;
}

/* the top of one of our navigation stripes. round the tops */
.topStripeRound {
	border-radius: 0px;
}

/* the bottom of one of our navigation stripes. round the bottoms */
.bottomStripeRound {
	border-radius: 0px;
}

.linkNavigation, .linkNavigation2 {
	border: 0px;
	border-radius: 0em;
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,.35);
}

.mainBorder, .mainOutlineDiv {
	border: 0px;
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,.35);
	border-radius: 0em;
}

.ui-tabs-anchor:focus, INPUT[type=text]:focus, textarea:focus {
	outline: 2px rgba(0,0,100,.75) solid;
}

</pre></body></html>