/* CSS Document */


p.navigation2 {
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	width: 160px;
	font-family: Tahoma;
	background-color: #CCCCCC;

}

p.navigation2 a {
	display:block;
	color: black;
	background-color: #CCCCCC;
	text-decoration: none;
	padding: 1px;
	border: thin solid black;
	font-family: Tahoma;
	font-weight: bold;
	font-size: xx-small;


}

p.navigation2 a:visited {
	display:block;
	color: black;
	background-color: #CCCCCC;
	text-decoration: none;
	padding: 1px;
	border: thin solid black;
	font-weight: bold;
	font-size: xx-small;

}

p.navigation2 a:hover {
	display:block;
	color: white;
	background-color: black;
	text-decoration: none;
	padding: 1px;
	border: thin solid white;
	font-family: Tahoma;
	font-size: xx-small;
	font-weight: bold;

} 
