﻿* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
}

.menu a {
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	display:block;
	width:97%;
	height: 30px;
	line-height:30px;
	text-align: center;
	text-decoration:none;
	background-color: #3343A0;
	color: #FFFFFF;
}

.menu a:hover, a:active {
	background-color: #CCCCFF;
	color: #0099FF;
	font-weight: bold;
}

.langSwitch a {
	display:block;
	text-align: center;
	text-decoration: underline;
	color: #000000;
}

.langSwitch a:hover, a:active {
	text-decoration: underline;
	color: #0099FF;
}

.lastUpdate {
	display:block;
	text-align: center;
}
