@charset "utf-8";
Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/Back.jpg);
	background-color: #004C86;
	background-repeat: repeat-x;
	color: #333333;
	text-align: center;
}
#Container {
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
}
#Header {
}
#Menu {
	height: 10px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(Images/headerMenue.gif);
	text-align: center;
	margin-top: 0px;
	padding: 10px;
	color: #004B87;
	vertical-align: bottom;
}
#Foot {
	font-size: 11px;
	background-image: url(Images/Foot.jpg);
	height: 75px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #014C85;
}
#Foot2 {
	font-size: 10px;
	text-align: right;
	margin: 0px;
	color: #000000;
	background-color: #ABACAE;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #004B87;
}



h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

p {
	font-size: 14px;
	color: #333333;
	font-weight: lighter;
	

}
a:link {
	color: #004B87;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004B87;
}
h3 {
	font-size: 9px;
	font-weight: lighter;
}

a:active {
	text-decoration: none;
	color: #004B87;
}
li {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: normal;
}


a:hover {
	text-decoration: none;
	color: #FFB02D;
}

