img {border: none;}
body {
	background-image: url(img/main-bg.jpg);
	background-color: #c1c1c1;
	height: 100%;
}
body, form {
	margin: 0px;
}
body, td, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
a, a:link, a:visited {
	color: #808080;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
a.invert, a.invert:link, a.invert:visited {
	text-decoration: none;
}
a.invert:active, a.invert:hover {
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B38004;
	margin: 0px 0px 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #90B782;
	margin: 5px 0px 5px;
}
.floatL {
	float: left;
	margin-right: 10px;
}
.floatR {
	float: right;
	margin-left: 10px;
}
.h100 {
	height: 100%;
}

/**/
.title {
	color: #90B782;
	font-weight: bold;
	margin-bottom: 3px;
}
.title a, .title a:link, .title a:visited {
	color: #90B782;
	text-decoration: none;
}
.title a:active, .title a:hover {
	text-decoration: underline;
}
.more {
	color: #90B782;
	margin-top: 3px;
	font-weight: bold;
}
.more a, .more a:link, .more a:visited {
	color: #90B782;
	text-decoration: none;
}
.more a:active, .more a:hover {
	text-decoration: underline;
}
/**/

#logo {
	text-align: center;
	padding: 15px 0px 25px 0px;
}
#menu {
	padding-left: 55px;
}
#menu img {
	margin-bottom: 6px;
}
.t1 {
	background-image: url(img/t1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 100%;
}
.t2 {
	background-image: url(img/t2.jpg);
	height: 100%
}
.t3 {
	background-image: url(img/t3.jpg);
	height: 100%
}
.t4 {
	background-image: url(img/t4.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.t4_ {
	background-image: url(img/t4_.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.main {
	background-color: #FFFFFF;
	height: 100%;
	padding: 0px 2px;
}
.t5 {
	background-image: url(img/t5.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.top-title {
	margin: 15px 0px;
}
.top-title .left {
	background-image: url(img/top-title-bg.gif);
	padding-left: 25px;
}
.top-title .center {
	padding: 1px 25px 0px;
}
.top-title .right {
	background-image: url(img/top-title-bg.gif);
	padding-right: 10px;
}
.content {
	padding: 0px 25px 25px;
}