﻿body 
{
	background-image: url(back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #66ff66;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body {
	text-align: -moz-center;
}

body,td,th,select,input,textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a img {
	border: 0px;
}

h1 {
	font-size: 20px; 
	font-weight: bold; 
	color: #009933;
}
h2 {
	font-size: 16px; 
	font-weight: bold;
}

.TextSmall {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.TextError {
	color: #990000;
	border: 4px solid #cc6666;
	background-color: #ffeeee;
	padding: 20px 20px 20px 20px;
	margin: 10px 0px 20px 0px;
}
.TextNote {
	color: #ffffff;
	font-weight: normal;
	background-color: #cc0000;
	padding: 1px 2px 1px 2px;
	margin: 0px 0px 0px 5px;
	position: relative;
	top: -6px;
	font-size: 8px;
	text-transform: uppercase;
	display: inline;
}

.themeMain {
	width: 920px;
}
.themeMainTop {
	height: 130px;
	background-image: url(top.jpg);
	vertical-align: top;
	overflow: hidden;
}
.themeMainTopLangs {
	margin: 6px 10px 10px 0px;
	color: #006600;
	font-size: 11px;
	text-align: right;
}
.themeMainTopLangs a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 3px 3px 4px;
}
.themeMainTopLangs a:hover {
	background: #ffffff;
}
.themeMainTopLangs img {
	vertical-align: middle;
}
.themeMainTopBanner 
{
	float: right;
	margin: 6px 10px 0px 0px;
}
.themeMainMiddle {
	width: 100%;
	background-image: url(middle.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
.themeMainMiddleSx, .themeMainMiddleDx {
	vertical-align: top;
	width: 160px;
	text-align: center;
}
.themeMainMiddleSx a.btt, .themeMainMiddleDx a.btt {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	width: 150px;
	height: 16px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle; 
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	padding: 3px 0px 2px 10px;
}
.themeMainMiddleSx a.btt:hover, .themeMainMiddleDx a.btt:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}
.themeMainMiddleSx a.btt { background-image: url(sx_btt.jpg); }
.themeMainMiddleSx a.btt:hover { background-image: url(sx_btt_p.jpg); }
.themeMainMiddleDx a.btt { background-image: url(dx_btt.jpg); }
.themeMainMiddleDx a.btt:hover { background-image: url(dx_btt_p.jpg); }
.themeMainMiddleContent {
	vertical-align: top;
	text-align: left;
}
.themeMainMiddleSx .title, .themeMainMiddleDx .title {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	width: 160px;
	height: 18px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle; 
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0px 2px 0px;
}
.themeMainMiddleSx .title { background-image: url(sx_tit.jpg); color: #006600; }
.themeMainMiddleDx .title { background-image: url(dx_tit.jpg); color: #009933; }


.themeMainBottom {
	height: 43px;
	background-image: url(bottom.jpg);
	overflow: hidden;
	text-align: left;
	vertical-align: top;
}
.themeMainFooter {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 5px 0px;
}
.themeMainFooter a {
	color: #000000;
	text-decoration: underline;
}


