﻿body {
	margin: 0px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #E8F3FB;
	font-family: "Arial";
	font-size: 10pt;
	text-align: center;
}
#Menu {
	height: 25px;
	background-color: #013077;
}
.a_menu {
	width: 125px;
	float: left;
	text-align: center;
	vertical-align: middle;
	color: #F3A53F;
	font-weight: bold;
	font-size: medium;
	line-height: 25px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.PageTitel
{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-right:10px;
	color: #808080;
}
.PageTitelFirstCap
{
	font-size: 40px;
	font-weight: bold;
	color: #808080;
}
.smallerror
{
	font-size: xx-small;
	color: #FF0000;
}