body {
	background-color: #C4C4C5;
	color: #000000;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0px;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	}
	
a:link {color: #0000FF;} 
a:visited {color: #0000FF;} 
a:active {color: #FF0000;} 
a:hover {color: #FF0000;} 
a {text-decoration: none;}
	
.sidemenu {
	display: block;
	width: 166px;
	text-align: center;
	}
	
.sidemenutitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #800000;
	}
	
.label {
	font-weight: bold;
	background-color: #35353B;
	color: #FFFFFF;
	display: block;
	width: 160px;
	padding: 1px 3px 1px 3px;
	text-align: center;
	}
	
.enlarge {
	position: relative;
	left: 35px;
	}
	
.boldtxt {
	font-weight: bold;
	}
	
.smtxt {
	font-size: 10px;
	}
	
.lgtxt {
	font-size: 14px;
	}
	
.tbl {
	width: 793px;
	border-collapse: collapse;
	table-layout: fixed;
	}
	
.lnspc {
	font-size: 4px;
	}
	
.itembg {
	background-color: #EDEDED;
	display: block;
	width: 160px;
	border-bottom: 1px solid #35353B;
	padding: 2px 2px 4px 2px;
	border-left: 1px solid #35353B;
	border-right: 1px solid #35353B;
	}

.itemtxt {
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0px 2px 0px;
	text-align: left;
	}

.itemln {
	text-decoration: line-through;
	}
	
.items {
	display: block;
	margin-left: 7px;
	text-align: left;
	font-size: 10px;
	}