/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #5173b2;
	text-decoration: none;
	background-color: #0c2343;
	display: table-cell;
	padding: 0px;
	width: 100px;
	text-align: center;
	height: 20px;
	vertical-align: middle;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0c2343;
	text-decoration: underline;
	background-color: #5173b2;
	display: table-cell;
	padding: 0px;
	width: 100px;
	text-align: center;
	height: 20px;
	vertical-align: middle;
}
