* {
	margin: 0;
	padding: 0;
}
ul {
	margin-left: 18px;
}
.outer {
	width: 940px;
	margin: 0 auto;
	background-image: url(/img/bg.gif);
}
.head {
	width: 940px;
	height: 102px;
	background-image: url(/img/head.gif);
	background-repeat: no-repeat;
	background-color: #e3e5e1;
	text-align: right;
}
.head p {
	color: #333333;
	font-family: arial;
	padding-right: 70px;
	padding-top: 8px;
}
.head a {
	text-decoration: none;
}
.textbody {
	width: 932px;
	font-family: arial;
	font-size: 14px;
	color: #333333;
	background-color: #e3e5e1;
	padding: 4px;
	clear: both;
	background-image: url(/img/bg.gif);
}
.lang {
	font-size: 12px;
}
.textbody h1 {
	margin-left: 45px;
	font-size: 22px;
	color: #333333;
	padding-bottom: 6px;
}
.footer {
	clear: both;
	width: 932px;
	height: 60px;
	font-family: arial;
	font-size: 9px;
	background-color: #e3e5e1;
	color: #EEEEEE;
	padding: 4px;
	background-image: url(/img/stripe.gif);
	background-repeat: no-repeat;
	text-align: right;
}
.footer p {
	color: #EEEEEE;
	padding-top: 28px;
}
body {
	background-color: #525252;
	padding: 4px;
}
a {
	color: #333333;
}
a:hover {
	color: #000000;
}
#spr {
	background-color: #323331;
	padding: 4px;
	margin-left: 45px;
	margin-right: 45px;
	clear: both;
}
#spr p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #EEEEEE;
}
#firm {
	margin-top: 10px;
	margin-left: 45px;
	margin-right: 45px;
	text-align: justify;
}
.top {
	float: left;
	width: 250px;
	height: 180px;
	margin-left: 45px;
}
.top p {
	padding-top: 110px;
	font-weight: bolder;
	font-size: 13px;
	color: #EEEEEE;
	text-align: center;
}
.top_pos {
	float: left;
	width: 250px;
	margin-left: 45px;
	margin-bottom: 5px;
}
.top_pos p {
	padding-top: 5px;
	text-align: justify;
}
.firm p {
	padding-top: 5px;
}
.navi_cont {
	width: 940px;
	height: 59px;
	background-image: url(/img/head-menu.gif);
}
.navi_cont ul, .navi_cont li {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.navi_cont ul {
	height: 34px;
	padding-left: 45px;
}
.navi_cont li {
	float: left;
	margin-right: 2px;
}
.tab a:link, .tab a:visited {
	background: url(/img/button-d.png) right;
	color: #323331;
	display: block;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
}
.tab a span {
	background: url(/img/button-d.png) left;
	display: block;
	height: 34px;
	margin-right: 14px;
	padding-left: 14px;
}
.tab a:hover {
	background: url(/img/button-h.png) right;
	display: block;
}
.tab a:hover span {
	background: url(/img/button-h.png) left;
	display: block;
}
.active a:link, .active a:visited, .active a:visited, .active a:hover {
	background: url(/img/button-h.png) right 0 no-repeat;
}
.active a span, .active a:hover span {
	background: url(/img/button-h.png) left 0 no-repeat;
}
.light-grey-box {
	background-color: #eee;
	color: #444;
	padding: 10px;
	margin-top: 8px;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 14px;
}
.light-grey-box a {
	color: #444;
}
