body, table{
		background: #fff;
		color: #333;
		margin: 0;
}
table { border-collapse: collapse; border: 0; }
table td { padding: 0; }
img, form{
		padding: 0;
		margin: 0;
		border: 0;
}
input{
		font: 10px Arial;
		background: #fff;
		border: #8fcb18 solid 1px;
		margin: 0 5px;
}
span{
		color: #7CAF17;
}
a:link, a:visited{
		font-family: Arial, Helvetica;
		color: #7CAF17;
		text-decoration: underline;
}
a:hover{
		text-decoration: underline;
}
a:active{
		color: #7CAF17;
}

/* HEADER */
.header{
		width: 990px;
		height: 150px;
		font: 14px Tahoma;
		text-align: center;
		background: #fff;
}
.top{
		display: block;
		height: 30px;
		background: url('/images/bg_01.gif');
		clear: both;
}
.authorization{
		text-align: right;
		font: 10px Tahoma;
		color: #666;
		position: relative;
		top: 5px;
}
.button{
		color: #fff;
		background: #8fcb18;
		border: #666 solid 1px;
		padding: 0 10px;
		margin: 0 30px 0 0;
}
.logo{
		width: 250px;
		height: 90px;
		background: url('/images/logo.gif') left no-repeat;
		margin: 0 0 0 30px;
		float: left;
}
.splashcursor {
	cursor: pointer;
}
.phone{
		display: block;
		font: 18px Tahoma;
		text-align: right;
		padding: 0 0 0 35px;
		margin: 0 30px 0 0;
		background: url('/images/phone.gif') 0 2px no-repeat;
		position: relative;
		top: 34px;
		float: right;
}
.header li{
		display: inline;
}
.header .menu{
		width: 100%;
		height: 30px;
		text-align: right;
		background: #fff url('/images/bg_02.gif');
		clear: both;
}
.menu ul {
		padding: 0; margin: 0;
}
.header .menu span{
		position: relative;
		top: 12px;
}
.header a:link, .header a:visited{
		font: 12px Tahoma;
		color: #333;
		padding: 0 30px;
		text-decoration: none;
}
.header a:hover{
		text-decoration: underline;
}
.header a:active{
		color: #8fcb18;
		text-decoration: none;
}

/* BANNER */
.banner{
		display: block;
		width: 990px;
		height: 299px;
		border-top: #8fcb18 solid 1px;
		border-bottom: #fff solid 1px;
		background: #fff;
}
.part_banner{
		display: block;
		width: 990px;
		height: 99px;
		border-top: #8fcb18 solid 1px;
		border-bottom: #fff solid 1px;
		background: #fff;
}
.content .banner{
		display: table;
		width: 240px;
		background: #fff;
		border: 0;
		padding: 30px;
		float: right;
		clear: both;
}

/* CONTENT */
.content{
		display: block;
		width: 990px;
		background: #fff;
		padding: 0 0 30px 0;
}

.content .menu{
		display: block;
		height: 30px;
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
}
.content .menu ul{
		position: relative; top: 7px;
}
.content .menu li {
		font-size: 13px;
		display: inline;
		background: url('/images/arrow.gif') right no-repeat;
		padding: 0 15px 0 0;
		margin: 0 5px 0 0;
}

.content .news{
		display: block;
		width: 330px;
		text-align: left;
		font: 12px Arial;
		padding: 30px 0;
		float: left;
}
.content .header{
		width: 300px;
		height: 30px;
		font: 16px Arial;
		color: #64a0e8;
		text-align: left;
		padding: 0 0 0 30px;
		font-weight: bold;
}
.notice{
		margin: 0 0 0 60px;
		line-height: 18px;
}
.content .article{
		font: 13px Arial;
		text-align: left;
		margin: 50px 20% 0 75px;
}

h1,h2,h3 {font-family: Arial, Helvetica; margin: 0 0 15px 0;}
h1 {font-size: 20px; color: #64a0e8;}
h2 {font-size: 18px; color: #7CAF17;}
h3 {font-size: 16px; color: #333333;}

.content .article p { margin: 0 0 15px 0; padding: 0; line-height: 18px;}

.content .menu a:link, .content .menu a:visited{
		font: 12px Tahoma;
		color: #fff;
		padding: 0 0 0 5px;
		text-decoration: none;
}
.content .menu a:hover{
		text-decoration: underline;
}
.content .menu a:active{
		color: #8fcb18;
		text-decoration: none;
}

.content table {margin: 0 0 15px 0; }
.content td, .content th {font-size:12px;font-family:Arial,Helvetica;margin:0;padding:6px;border: solid #dadada 0px;}
.content table td {border-width: 0; text-align: left;}
.content td p, .content th p{margin: 0; font-size: 12px; line-height: 100%;}
.content th{font-weight:bold; text-align:left; background-color:#CBD7E8;}

.content table.noborder td {font-size: 13px; border-style: none; line-height: 22px; padding: 10px;}

/* FOOTER */
.footer{
		width: 990px;
		font: 12px Tahoma;
		border-top: #8fcb18 solid 1px;
		background: #fff;
		clear: both;
		margin-top: 150px;
}
.copyright a:link, .copyright a:visited{
		font: 12px Tahoma;
		color: #64a0e8;
		text-decoration: none;
}
.copyright a:hover{
		text-decoration: underline;
}
.copyright a:active{
		color: #8fcb18;
		text-decoration: none;
}

div.admin_place, div.adm {font-size: 12px; float: left; background-color: #eeeeee; margin: 15px 15px 15px -15px; padding: 15px; z-index:1;}
