* {
  font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}


p.bodytext {
	font-size: 12px;
}


body {
	background: transparent;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	font-size: 12px;
	font-weight: 700;
	color: #e20000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	text-decoration: underline;
}




h1, h1 a:link, h1 a:visited, h1 a:active {
	font-weight: 900;
	font-size: 18px;
	color: #e20000;
	margin: 14px 0px 8px 0px;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

h2, h2 a:link, h2 a:visited, h2 a:active {
	font-weight: 900;
	font-size: 13px;
	color: #808080;
	margin: 14px 0px 2px 0px;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}





table.main {
	width: 750px;
	height: 90%;
}



td.lang {
	border-bottom: 1px solid #808080;
	padding: 4px 0px 2px 0px;
	height: 35px;
	vertical-align: bottom;
	color: #808080;
	font-weight: 700;
	font-size: 12px;
}
td.lang a:link, td.lang a:hover, td.lang a:active, td.lang a:visited {
	color: #808080;
	font-weight: 700;
}



div.logo {
	position: absolute;
	top: 30px;
	left: 4px;
}

div.logo_text {
	position: absolute;
	top: 0;
	right: 10px;
}
div.logo_text * {
	color: #808080;
	font-weight: 700;
	font-size: 14px;
	padding-top: 4px;
}

div.header_line {
	position: relative;
	top: 109px;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #808080;
	z-index: 1000;
}




td.menu {
	padding-top: 60px;
	height: 108px;
	vertical-align: bottom;
	width: 750px;
	clear: both;
}

div.menu_no {
	float: right;
	margin-left: 16px;
	border-bottom: 4px solid white;
}
div.menu_no a:link, div.menu_no a:hover, div.menu_no a:visited, div.menu_no a:active {
	color: #808080;
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 4px;
	text-decoration: none;
}
div.menu_a {
	float: right;
	margin-left: 16px;
	border-bottom: 4px solid #e20000;
}
div.menu_a a:link, div.menu_a a:hover, div.menu_a a:visited, div.menu_a a:active {
	color: black;
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 4px;
	text-decoration: none;
}



td.submenu {
	width: 150px;
	padding-top: 12px;
	vertical-align: top;
}
div.submenu {
	font-size: 13px;
	width: 145px;
	border-right: 1px solid #e20000;
	padding-bottom: 16px;
}

div.submenu_no {
	font-size: 13px;
	margin: 4px 0px 4px 0px;
}
div.submenu_no a:link, div.submenu_no a:visited, div.submenu_no a:active {
	font-weight: 900;
	font-size: 13px;
	color: black;
	text-decoration: none;
}

div.submenu_a {
	font-size: 13px;
	margin: 4px 0px 4px 0px;
}
div.submenu_no a:hover, div.submenu_a a:link, div.submenu_a a:hover, div.submenu_a a:visited, div.submenu_a a:active {
	font-weight: 900;
	font-size: 13px;
	color: #e20000;
	text-decoration: none;
}



td.content {
	padding: 12px 0px 12px 12px;
	vertical-align: top;
}



td.footer {
	border-top: 1px solid #808080;
	padding-top: 2px;
	vertical-align: top;
	font-size: 10px;
	color: #808080;
	height: 30px;
}
td.footer a:link, td.footer a:hover, td.footer a:visited, td.footer a:active {
	font-size: 10px;
	color: #808080;
}

