#content { position: absolute; }

/*
#8B2133 = dark_red
#C40F0F = medium red
#FFDFDF = light red
*/

.light {background: #FFDFDF}
.medium {background: #C40F0F}
.dark {background: #8B2133}
.checker {background-image: url(images/checker_bkgrnd.gif); }

body {font-family: Verdana; font-size: 10pt; color: #C40F0F}
ul {font: 10pt Verdana,Arial,Sans-Serif;}
td {font: 10pt Verdana,Arial,Sans-Serif;}

A:link {color: #C40F0F;cursor:hand; text-decoration:underline; background:transparent;}
A:visited {color: #C40F0F;cursor:hand; text-decoration:underline; background:transparent;}
A:active {color: #C40F0F;cursor:hand; text-decoration:underline; background:transparent;}
A:hover {color: #C40F0F;cursor:hand; text-decoration:underline;font:bold; background:#FFDFDF;}

.lbj_scroll {
	scrollbar-arrow-color: white;
	scrollbar-face-color: #C40F0F;
	scrollbar-base-color: #C40F0F;
	scrollbar-track-color: grey;
	scrollbar-3dlight-color: #FFDFDF;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: #AAB5C4;
	scrollbar-shadow-color: white;
}

.lbj_clock  {color: #8B2133; background:#FFDFDF;}