body {
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo {
	position: absolute;
	top: 90px;
	left: 40px;
}
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
}
#wrapper {
	position: absolute;
	top: 250px;
	left: 200px;
	width: 800px;
	padding: 20px;
	background-color: #ffffff;
}
#flag {
	position: absolute;
	top: 15px;
	left: 760px;
}
a {
	color: #22229c;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-decoration: none;
}
a:hover {
	color: #ff4400;
	text-decoration: underline;
}
a.menu {
	padding-left: 8px;
	color: #ffffff; 
	font-size: 14px;
	text-decoration: none;
}
a.menu:hover {
	padding-left: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a.submenu {
	padding-left: 8px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.submenu:hover {
	padding-left: 8px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}
h1 {
	padding-top: 8px;
	color: #0393d0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	color: #0393d0;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	color: #0393d0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.body-txt {
	font-size: 12px;
	text-align: justify;
}
.body-txt14 {
	font-size: 14px;
	text-align: justify;
}
.body-txt-bold {
	font-weight: bold;
	font-size: 12px;
}
.body-txt-bold-blue {
	font-weight: bold;
	font-size: 12px;
	color: #0393d0;
}
.footer {
	padding-top: 8px 
	margin: 0px;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	text-align: center;
}
