/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	}

#bodyContent {
	font-size:12px;
	color:#442315;
	line-height:18px;
	}

#bodyContent a:link {
	color:#7E554D;
	font-weight:bold;
	}

#bodyContent a:hover {
	color:#9F8160 !IMPORTANT;
	font-weight:bold;
	}
	
#bodyContent a:visited {
	color:#442315;
	font-weight:bold;
	}

td.off {
	background-color:#C7C5B4;
}

td.on {
	background-color:#DBD9CE;
}

#footer {
	font-size:10px;
	}
#footer p {
	font-size:10px;
	}
#footer a:link {
	color:#7E554D;
	}
#footer a:hover {
	background-color:#D4D2C5;
	}
#footer a:visited {
	color:#9F8160;
	}
#cellborder {
	background-color:#FFFFFF;
	border:#000000 1px solid;
	padding: 5px;
	}