body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top : 10;
	margin-left : 10;
	margin-bottom : 10;
	margin-right : 10;
}
#logo {
	background: url(images/logo.gif) scroll no-repeat center top;
	height: 100px;
}
table.lzvtable {
	border-collapse: collapse;
}
table.lzvtable td {
	border: solid 1px #B8C1CB; 
	padding: 4px;
}
table.lzvtable a, table.lzvtable a:visited {
	color : #006699;
	text-decoration: underline;
}
table.lzvtable a:hover {
	color : #FFA34F;
	text-decoration: underline;
}
td.menu, th.menu {
	color: #FFA34F;
	font-size: 13px;
	background-color: #006699;
	font-weight : bold;
	height: 25px;
}
td.item {
	background-color: #EFEFEF;
	height: 25px;
	font-weight: bold;
	font-size: 12px; 
	color : #006699;
}
td.itemsel {
	background-color: #DEE3E7;
	height: 25px;
	font-size: 11px;
}
a.item,a.item:hover,a.item:visited {
	font-weight: bold; 
	font-size: 12px; 
	color : #006699;
}
a.menu,a.menu:hover,a.menu:visited {
	font-weight: bold; 
	font-size: 13px; 
	color : #FFA34F;
}
a.text,a.text:visited {
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
a.text:hover { 
	text-decoration: underline;
}

