/**
* Overview options
*/

.overviewoptions ul {
	margin: 18px 0 0 0;
	padding: 0;
	list-style: none;
}

.overviewoptions .odd {
	background: #E5E9ED;
	padding: 8px;
}

.overviewoptions .even {
	background: #E5E9ED;
	padding: 8px;
}

.overviewoptions li a {
	color: #002E66;
	text-decoration: none;
}

.overviewoptions li a:hover {
	text-decoration: underline;
}

.boxreadmore a {
	color: #002E66;
}


