body {
	background: white url(bg.jpg) repeat-x;
	font: 11px tahoma, verdana, sans-serif;
	color: #F4B79A;
	padding: 20px;
	text-align: center;
}



#avmenu {
clear: left;
float: left;
width: 160px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}

#avmenu ul {	
list-style: none;
width: 160px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #0066FF;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#avmenu li a:hover {
	background: #eaeaea;
	color: #FF0000;
	border-left: 4px solid #286ea0;
}


.style1 {
color: #0066FF;
padding-left: 12px;
}

.style1bold {
color: #0066FF;
padding-left: 12px;
font-weight: bold;

}


.style2 {
font-weight: bold;
color:#505050;
}

.style4 {
color:#505050;
}


.style3 {
color: #0066FF;
}


.announce {
	width: 160px;
	color: #505050;
	background-color: #f4f4f4;
	border-left: 4px solid #f4f4f4;
}

.announce2 {
	color: #505050;
	background-color: #f4f4f4;
	border-left: 4px solid #f4f4f4;
}


.hide {
display: none;
}