/* CSS Document */
p{
font-family:Calibri;
font-size:xx-large;
font-weight:bold;
}.cont {
	font-family: Calibri;
	font-size: small;
	overflow: scroll;
	width: 650px;
	height: 300px;
	position: fixed;
}
.cont_ft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	overflow: scroll;
}

.headl {
	font-family: Calibri;
	font-size: xx-large;
	font-weight: bold;
}
.headl2 {
	font-family: Calibri;
	font-size: small;
	font-weight: bolder;
}
.navigation {
	font-family: Calibri;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 5px;
	width: 150px;
}
.navigation:hover {
	font-family: Calibri;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #e6e6e5;
	display: block;
	padding: 5px;
	width: 150px;
}
.adv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

