@charset "UTF-8";
/* CSS Document */

<style type="text/css">

body{
	background-image:URL(images/misc/bg.jpg);
}



.nav1{
	font-family:arial, sans-serif;
	font-size:11px;
}

.nav1 a {
	color:#4a4a4a;
	text-decoration: none;
}

.nav1 a:visited {
	text-decoration: none;
	}

.nav1 a:hover {
	color:#929292; 
}

.nav1 a.current{
	color:#929292;
}



.nav2{
	font-family:arial, sans-serif;
	font-size:11px;
}

.nav2 a {
	color:#929292;
	text-decoration: none;
}

.nav2 a:visited {
	text-decoration: none;
	}

.nav2 a:hover {
	color:#FFFFFF; 
}
	
.nav2 a.current{
	color:#929292;
}



.nav3{
	font-family:arial, sans-serif;
	font-size:10px;
}

.nav3 a {
	color:#808080;
	text-decoration: none;
}

.nav3 a:visited {
	text-decoration: none;
	}

.nav3 a:hover {
	color:#000000; 
}
	
.nav3 a.current{
	color:#929292;
}


</style>
