@import url(format.css);

.logo_background {
	background-color: white;
}

div.logo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.logo .logotext {
	font-size: 16px;
}

.areas_title {
	margin-top: 20px;
	color: red;
	text-align: center;
	font-size: 20px;
}

.areas_text {
	margin-top: 14px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.areas_list {
	margin-top: 14px;
	margin-bottom: 20px;
	font-size: 12px;
	margin-left: 45%;
}

.area .area_arrow {
	display: inline;
	text-align: center;
	vertical-align: middle;
}

.area .area_title {
	display: inline;
}

.menu a {
	font-weight: bold;
	font-size: x-small;
        text-transform: uppercase;
	padding: 5px;
	color: #0063A5;
}

.menu a:visited {
        color: #0063A5;
}


