 body{
	color: #000000;
	background-color: #e7f2eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-repeat: repeat;
	background-attachment: scroll;
	font-style: normal;
}
table {
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	background-position: left top;
}

a:link {color: #000066;
	text-decoration: none;
	font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;   
}

a:visited {color: #000066;
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a:hover {color: #336633;
font-weight: bold;
}

#navbar {
	top:177px;
	left:16px;
	background-color: #ECEFF8;
	width: 110px;
	font-size:12px;
	text-decoration: none;
	text-align: right;
	font-family: verdana, tahoma, arial;
	position: absolute;
	border-bottom: 1px solid #FFFFFF;
	font-style: normal;
	font-weight: bold;
	white-space: normal;
}

#navbar a:link,#navbar a:visited {
	display: block;
	color: #000066;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 6px;
	border-top: 1px solid #FFFFFF;
}

#navbar a:hover {
color: #000066;
background-color: #FFFFFF;
border-top: 1px solid #FFFFFF;
padding-top: 3px;
padding-bottom: 6px;
}

#search{
	position: absolute;
	left: 13px;
	top: 590px;
	text-align: center;
	width: 93px;
	height: 128px;
}

#searchtop{
	position: absolute;
	left: 575px;
	top: 40px;
	text-align: center;
}



/*top menu
0 - mout (item is visible but doesn't have mouse pointer over) 
1 - mover (item has mouse pointer over) 
2 - mdown (mouse button is pressed on the item) 

.m<menu number>l<level number><state><tag>
where:
<menu number> - zero based number of menu on the page (first has number 0, second - 1 and so on) 
<level number> - zero based number of menu level (root level has number 0, first sub level - 1 and so on) 
<state> - the state of item to which style is applied. May have values mout, mover and mdown. see description above 
<tag> - position of the item's tag. May have values o for outer tag and i for inner tag 
*/

.m0l0mouto {
    color: ffffff;
	font-family:  verdana, tahoma, arial;
	font-size: 12px;
    font-weight: bold;
	margin: 1px;
	padding:2px;
}
.m0l1mouto {
    color: ffffff;
	font-family:  tahoma, arial, verdana;
	font-size: 12px;
    font-weight: bold;
	margin: 1px;
	padding: 2px;
	background: #000099;
}
.m0l0mouti {
	color: ffffff;
	font-family:  verdana, tahoma, arial;
	font-size: 12px;
    font-weight: bold;
	margin: 1px;
	padding: 2px;
}
.m0l0mdowno,
.m0l1mdowno{
	color: ffffff;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
	padding:2px;
	background: #000099;	
	border-bottom-width: 1px;	
	border-bottom-style: none;	
	border-bottom-color: #ECEFF8;
}
 .m0l0mdowni, .m0l1mouti,
 .m0l1mdowni {
	color: ffffff;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
    font-weight: bold;
	margin: 1px;
	padding: 2px;
    background: #000099;
    border-bottom-width: 1px;	
	border-bottom-style: none;	
	border-bottom-color: #ECEFF8;
}
 .m0l0movero, 
 .m0l0moveri {
	color: 000066;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
    font-weight: bold;
	margin:1px;
	padding: 2px;
    background: #ECEFF8;
}
   .m0l1movero,
   .m0l1moveri  {
	color: 000066;
	font-family:  tahoma, arial, verdana;
	font-size: 12px;
    font-weight: bold;
	margin: 1px;
	padding: 2px;
    background: #ECEFF8;
    border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #ECEFF8;
}
