body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #333333;
	color: #000000;
	margin: 0px;
}
h1 {
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
}
h2 {
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #ff0000;
}
ul {
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 20px;
}
.redtitle {
	color: #ff0000;
}
.subscript {
	font-size: 11px;
	vertical-align: sub;
}
.body {
	height: auto;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbar {
	height: 100px;
	width: 950px;
	margin: 0px;
	position: relative;
	padding: 0px;
}
.language {
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	top: 10px;
	left: 50px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.language a {
	color: #e0e0e0;
}
.language a:hover {
	color: #ff0000;
}
.menu 
{
	font-family:Verdana, sans-serif;
	font-size:14px;
	height: auto;
	width: auto;
	color: #505050;
	position: absolute;
	margin: 0px;
	left: 35px;
	bottom: 5px;
	font-weight: bold;
	padding: 0px;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	margin-left: 15px;
	margin-right: 0px;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.menu a {
	color: #ffffff;
}
.menu a:hover {
	color: #ff0000;
}
.submenu {
	position: relative;
	height: 22px;
	width: auto;
	padding-left: 35px;
	color: #808080;
	font-weight: bold;
	z-index: 1;
	background-image: url(../img/subnavbar.gif);
	background-repeat: no-repeat;
	padding-top: 3px;
}
.submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.submenu li {
	margin-left: 15px;
	display: inline;
}
.submenu a {
	color: #ffffff;
}
.submenu a:hover {
	color: #ff0000;
}
.flash {
	height: 260px;
	width: 950px;
	margin: auto;
}
.content {
	width: 950px;
	position: relative;
	background-color: #e0e0e0;
	height: auto;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.maincontent {
	position: relative;
	width: 570px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 50px;
	border: 4px double #CCC;
	padding: 10px;
	height: auto;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.maincontent p  {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5em;
}
.maincontent table{
	font-size: 12px;
	text-align: center;
	margin: auto;
}
.shortcut {
	width: 200px;
	position: absolute;
	top: 30px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	right: 0px;
}
.shortcut p  {
	margin: 0px;
}
.news ul {
	list-style-type: disc;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: inside;
	text-align: left;
	font-weight: normal;
}
.msn {
	width: 100px;
	margin: auto;
	text-align: center;
	height: auto;
}
.catalogue {
	width: 200px;
	padding-top: 20px;
	height: auto;
	text-align: center;
	font-weight: bold;
}
.service {
	width: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	height: auto;
}
.service a {
	color: #ff0000;
}
.service p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.news {
	width: 200px;
	padding-top: 20px;
	height: auto;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.bottom {
	width: 950px;
	margin: auto;
	height: 100px;
	position: relative;
	top: 0px;
	background-image: url(../img/bottombar.gif);
}
.sitemap {
	width: 60px;
	height: 20px;
	font-size: 12px;
	font-style: italic;
	position: absolute;
	top: 4px;
	text-align: center;
	right: 110px;
}
.sitemap a {
	color: #e0e0e0;
}
.sitemap a:hover {
	color: #ff0000;
}
@media print{
BODY {display:none}
}
