body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Page_home {
	background-image: url(images/pichome_03.jpg);
	background-repeat: no-repeat;
}
.Page_tours {
	background-image: url(images/pictour_03.jpg);
	background-repeat: no-repeat;
}
.Page_tariffs {
	background-image: url(images/pictarif.jpg);
	background-repeat: no-repeat;
}
.Page_faq {
	background-image: url(images/picfaq.jpg);
	background-repeat: no-repeat;
}
.Page_test {
	background-image: url(images/pictest.jpg);
	background-repeat: no-repeat;
}
.Page_contact{
	background-image: url(images/piccontact.jpg);
	background-repeat: no-repeat;
}
.font{font-size: 15px;
font-weight:bold;}
.nav {	
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	color:#FFFFFF;
}
.nav a{	
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.nav a:hover{
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	color:#231F20;
	text-decoration:none;
	background-color: #C7C8CA;
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
	
}
.nav_selected{
	font-size: 12px;
	text-transform: uppercase;
	font-weight:bold;
	color:#231F20;
	text-decoration:none;
	background-color: #C7C8CA;	
}

