body {
	background-color: #F0E7D7;
	scrollbar-track-color:#F0E7D7;
	scrollbar-face-color:#E0D7C7;
	}
td {
	font-family: "Times New Roman",Times,serif;
	font-style: italic;
	font-size: 20px;
	}
#issue {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	}
#note {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	}
a {
		color: #000000;
		font-weight: normal;
		text-decoration: none;
	}
a:hover {
		color: #0000FF;
		background-color: #F7F2EA;
		text-decoration: underline;
	}
#small {
	font-size: 10px;
	}
navcontainer { 
	width: 160px; 
	}
#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
#navcontainer a {
	display: block;
	padding: 6px;
	width: 172px;
	background-color: #F0E7D7;
	border-bottom: 1px solid #AAAB9C;
	}
#navcontainer a:link, #navlist a:visited {
	color: #800000;
	text-decoration: none;
	}
#navcontainer a:hover {
	background-color: #F7F2EA;
	color: #000000;
}

