/* CSS Document */

.navigation {
	font: Veranda, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#C92330;
	display:inline;
	padding: 8px;
	width: auto;
}

.navcurrent {
	font: Veranda, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	display:inline;
	padding: 8px;
	width: auto;	
	
}

.navigation:hover {
	font: Veranda, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#999999;
	display: inline;
	padding: 8px;
	width: auto;
	
}

.p1 {
	font:"Book Antiqua";
	font-size:14px;	
	}
	
.p2 {
	font:"Book Antiqua";
	font-size:18px;	
	}
	
.footer1 {
	font:"Book Antiqua";
	font-size:10px;	
	}
	
.footer2 {
	font:"Book Antiqua";
	font-size:12px;	
	}
	