

body {
	margin: 5px;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #0000AA;
}
a:hover {
	text-decoration: underline;
}

table td {
	font-size: 13px;
}

form {
	margin: 0px;
}

textarea,
input {
	padding: 0px 1px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	border: 1px solid #000000;
	border-color: #FFFFFF #FFFFFF #000000 #000000;
}

hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #000000;
	color: #C0C0C0;
	border-color: #E0E0E0;
	width: 1000px;
}

span#langSwitch {
	position: absolute;
	top: 5px;
	right:5px;
	color: #FFFFFF;
}
div#footer {
	color: #FFFFFF;
}
span#langSwitch a,
div#footer a {
	color: #88AAFF;
}
div#page {
	position: relative;
	background: #FFFFFF;
	width: 1000px;
}
div.roundTop,
div.roundBottom {
	clear: left;
	width: 1000px;
	height: 10px;
	background: url(images/round.png) no-repeat top left;
}
div.roundBottom {
	background-position: bottom left;
}

div#menu a {
	color: #000000;
}


h1 {
	margin-top: 0;
}


div#menu {
	text-align: center;
	width: 1000px;
	margin-top: 13px;
	margin-bottom: 10px;
}
div#menu a {
	cursor: pointer;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 0px 0px;
	position: relative;
}
div#menu a span {
	padding: 4px 6px 10px 6px;
}


div#menu a.active {
	z-index: 1;
}

div#logoFrame {
	width: 1000px;
	background: #FFFFFF;
	margin-top: -5px;
	margin-bottom: -5px;
}
