body 
{
	margin: 0px;
}
h1 
{
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #b0b0b0;
	padding-left: 24px;
	margin: 0 0 10px 0;
}

h2 
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #b0b0b0;
	margin: 0 0 10px 0;
}

h3
{
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #808080;
	margin: 20px 0 10px 0;
}

h4
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	margin: 10px 0 5px 0;
}

h5
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	margin: 0 0 8px 0;
	padding-left: 12px;
}

#menu-static
{
	text-decoration: none; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 12px; 	
	color: #a0a0a0;
}
#submenu-static
{
	text-decoration: none; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 12px; 	
	color: #d0d0d0;
}

.menu
{
	text-decoration: none; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 12px; 	
	color: #000000;
}
.menu-active
{
	text-decoration: none; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 12px; 	
	color: #000000;
	background-image: url(../page-images/menu-active.gif);
	background-position: center;
}
.submenu
{
	text-decoration: none; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 12px; 	
	color: #707070;
}
.submenu-active
{
	text-decoration: none; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 12px; 	
	color: #707070;
	background-image: url(../page-images/submenu-active.gif);
	background-position: center;
}
.lang-menu
{
	text-decoration: none; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 10px; 	
	color: #505050;
}
.sitemap-link
{
	text-decoration: none; 
	font-family: Arial; 
	font-weight: normal; 
	font-size: 10px; 	
	color: #b0b0b0;
}


#content
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 165%;
	text-align: left;
	padding-left: 24px;
	padding-right: 30px;
}

#subcontent
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 145%;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

#tablecontent
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 165%;
	text-align: justify;
}

#footer 
{
	font-family: Verdana; 
	font-size: 9px; 
	text-decoration: none; 
	color: #b0b0b0; 
	padding-right: 4px;
}

a
{
	font-weight: bold; 
	text-decoration: none; 
	color: #808080;
}

a:hover 
{
	color: #f28040;
}

input, textarea
{
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Arial;
}

.table-left-top-background
{
	background-image: url(../page-images/table-left-top-background.gif);
	background-repeat: repeat-y;
}

.main-table-top-background
{
	background-image: url(../page-images/top-background.gif);
	height: 225px;
}

.main-top-background
{
	height: 48px;
	background-image: url(../page-images/main-top-background.gif);
	background-position: center;
	background-repeat: no-repeat;
}

img,object { 
display: block; 
border-collapse: collapse; 
border: 0 none; 
} 