/* CSS Document */

p{
font-family: Verdana, san-serif;
font-size: 11px;
color: #CCCCCC;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #000033;
	background-color: #EEEEEE;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background-color: #EEEEEE;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation1 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #EEEEEE;
	background-color: #000033;
	display: inline;
	padding: 8px;
	width: 50px;
}


.navigation1:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #000033;
	display: inline;
	padding: 8px;
	width: 50px;
}

.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #EEEEEE;
	background-color: #000033;
	display: inline;
	padding: 8px;
	width: 50px;
}


.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #000033;
	display: inline;
	padding: 8px;
	width: 50px;
}