body{
font-family: Verdana, Arial;
font-size: 10pt;
}

body table{
font-family: Verdana, Arial;
font-size: 10pt;
}

body h1{
font-family: Verdana, Arial;
font-size: 12pt;
font-weight:bold;
}

.regLev
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	background-color: white;
	text-align: center;
	background-image:url(images/skin/zoombar_inactive.gif);	
	width:24px;
	height:24px;	
	background-repeat:no-repeat;
}
.regLev:hover
{
	background-color: lightgrey;
}
.selLev
{
	font-size: 10pt;
	font-family: Verdana, Arial;
	background-color: white;
	text-align: center;	
	background-image:url(images/skin/zoombar_active.gif);
	width:24px;
	height:24px;	
	background-repeat:no-repeat;	
}

