body  {
	background-color:#ffffff;
	color:#4C4C4C;
	padding:0px; 
	margin:0px;
	font-family:tahoma, arial, verdana;
	font-size:0.81em;
}
a {
	color:#990000;
}
a:hover{
	text-decoration:none;
}
.table{
	background:#FFFFFF;
}
.bottom-line{
	background-color:#990000;
}
#lef-main-menu {
	width: 170px;
	font-size: 0.91em;
}

#lef-main-menu ul {	
	list-style: none;
	width: 220px;
	padding: 0;
	margin: 0;
	text-align:left;
}	

#lef-main-menu li {
	margin-bottom: 2px;
}

#lef-main-menu li a {
	height: 15px;
	text-decoration: none;
	color: #471315;
	display: block;
	padding: 2px 0 0 10px;
	background: #ffffff;
	border-left: 4px solid #811920;
}	
	
#lef-main-menu li a:hover {
	background: #ffffff;
	color: #D33D46;
	border-left: 4px solid #D33D46;
}

#lef-main-menu #top-menu-selected {
	background: #eaeaea;
	color: #D33D46;
	border-left: 4px solid #D33D46;
	text-decoration:underline;
}
h1{
	margin:0px;
	padding:0px;
	font-size:1.8em; 
}
.home-btn{
	padding:30px 0px 10px 0px;
	font-weight:bold;
}

#bottom-menu ul {
	list-style-type:none; 
	margin: 0px;
	padding: 0px;
}
#bottom-menu li {
	float: left;
	padding-right:15px;
}
#bottom-menu li a {
	text-decoration: none;
}
#bottom-menu li a:hover {
	text-decoration: underline;

}
#bottom-menu #top-menu-selected{
	text-decoration: underline;
}