BODY 
{ 
	margin: 10px 10px 10px 10px; 
	font-family: Tahoma;
	background-color: #f3f4f5;
}

.top {
	background-image: url(images/topgrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 84px;
	width: 800px;
	font-size: 10px;
	color: #c3c4c6;
}

.top A {
	color: #c3c4c6;
	text-decoration: none;
}

.top A:hover {
	text-decoration: underline;
}

.banner {
	background-color: #ffffff;
	height: 280px;
}

.conttop {
	background-image: url(images/gradconttop.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 24px;
}

.content {
	font-size: 11px;
	color: #383a46;
	background-color: #ffffff;
}

.conttitle {
	font-size: 14px;
	color: #ff820c;
}

.contbot {
	background-image: url(images/gradcontbot.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 23px;
}

.menutop {
	background-image: url(images/menutop.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 35px;	
	text-align: center;
	font-size: 12px;
	color: #c3c4c6;
	padding-left: 8px;
	padding-right: 8px;
}

.menutop A {
	display: block;
	text-decoration: none;
	color: #c3c4c6;
}

.menutopa {
	background-image: url(images/menutopact.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 35px;
	text-align: center;
	font-size: 12px;
	color: #000000;	
	padding-left: 8px;
	padding-right: 8px;
}

.menutopa A {
	display: block;
	text-decoration: none;
	color: #000000;
}

.menutop A:hover, .menutopa A:hover {
	text-decoration: underline;
}

.stopka {
	background-image: url(images/stopka.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 49px;
	font-size: 10px;
	color: #c3c4c6;
	width: 800px;
}

.input, .buttons {
	border: solid 1px #505152;
	height: 18px;
	font-size: 10px;
	color: #c3c4c6;
	padding: 1px 1px 1px 1px;
	position: absolute;
}

.input {
	width: 100px;
	left: 0px;
	background-color: #303234;
}

.buttons {
	width: 30px;
	left: 105px;
	background-color: #3d3e4a;
	background-image: url(images/search.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.input2 {
	font-size: 11px;
	border: solid 1px #909090;
	color: #303030;
}

.button2 {
	font-size: 11px;
	background-color: #303030;
	border: solid 1px #000000;
	color: #e0e0e0;	
	padding: 3px;
}

.sitemap1 {
	color: #303030;
	text-decoration: none;
}