:focus {
	outline: none;
}
html {
	height: 100%;
}
body {
    font-family: Arial;
    text-align: left;
    margin: 0;
    padding: 0;
	height: 100%;
}
body.size18 {
	font-size: 18px;
}
body.size24 {
	font-size: 24px;
}
body.size28 {
	font-size: 28px;
}
body.white {
	background: #fff;
	color: #000;
}
body.black {
	background: #000;
	color: #fff;
}
span {
    font-weight: normal;
}
p {
    padding: 0;
    margin: 0;
}
.text p {
	padding: 0 0 25px 0;
}
ul {
    list-style:none;
    margin:0;
    padding:0;
}
a {
    text-decoration: underline;
    border: none;
}
a:hover {
    text-decoration: none;
	cursor: pointer;
}
a.a18 {
	font-size: 18px;
}
a.a24 {
	font-size: 24px;
}
a.a28 {
	font-size: 28px;
}
body.white  a {
	color: #000;
}
body.black  a {
	color: #fff;
}
img {
    border:none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 145%;
	font-weight: bold;
	padding-bottom: 20px;
}
h2 {
	font-size: 122%;
	font-weight: bold;
	padding-bottom: 15px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
table {
	background: #000;
	margin: 50px 0 20px 0;
}
.black table {
	background: #fff;
}
table tr th, table tr:first-child td {
	font-weight: bold;
	background: #fff;
	padding: 15px 30px;
	border-bottom: 1px solid #000;
}
table tr td {
	background: #fff;
	padding: 15px 30px;
	vertical-align: top;
}
.black table tr td, .black table tr th, .black table tr:first-child td {
	background: #000;
}
table tr td.td1 {
	text-align: center;
}
label {
	display: block;
	font-weight: bold;
}input {
	background: none;
}
input:not([type="submit"]), textarea {
	display: block;
	width: 580px;
	border: 2px solid #000;
	font-family: Arial;
	font-size: 18px;
	padding: 8px 12px;
	margin: 10px 0 40px 0;
	background: none;
}
.black input:not([type="submit"]), .black textarea {
	border: 2px solid #fff;
	color: #fff;
}
textarea {
	min-height: 120px;
}
.container {
    text-align:left;
    width: 100%;
	min-height: 100%;
}
.content {
	width: 100%;
	overflow: auto;
	padding-bottom: 220px;
}
.shell {
	float: left;
    width: 100%;
}
.shell-in {
	width: 1000px;
	margin: 0 auto;
}
.header {
    margin: 0 auto;
    padding: 0;
	width: 1000px;
}
.shell.grey {
	background: #cecece;
	padding: 5px 0;
}
.black .shell.grey {
	background: #252525;
}
/*special divs start*/
.block {
	display: inline-block;
	font-size: 18px;
	border-left: 2px solid #858585;
	padding: 5px 40px;
}
.block.first {
	border-left: none;
	padding-left: 55px;
	background: url(/img/bg1.png) 2px 4px no-repeat;
}
.black .block.first {
	background: url(/img/bg1.png) 2px -23px no-repeat;
}
.block a {
	text-transform: uppercase;
}
.block.first a {
	text-transform: none;
}
.block.second a {
	text-decoration: none;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
}
.block.second a:hover, .block.second a.active {
	border: 2px solid #000;
	background: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
}
.black .block.second a:hover, .black .block.second a.active, .block.third a {
	background: none;
	border: 2px solid #fff;
}
.block.third a {
	border: 2px solid #000;
	background: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.black .block.third a {
	background: none;
	border: 2px solid #fff;
	border-radius: 2px;
}
.block.third a.a2, .black .block.third a.a2 {
	background: #000;
	color: #fff;
	border: 2px solid #000;
}
.head {
	padding: 15px 0;
}
a.logo {
	/*background: url(/img/logo.png) top left no-repeat;*/
	font-size: 26px;
	width: 530px;
	padding: 20px 0 0 100px;
	float: left;
	text-decoration: none;
	height: 111px;
}
.head form {
	float: right;
}
.head form input {
	font-size: 18px;
	border: 2px solid #000;
	border-radius: 5px;
	padding: 15px;
	margin: 28px 0 0 15px;
	width: 210px;
	font-family: Arial;
	font-size: 18px;
	display: inline-block;
}
.black .head form input {
	border: 2px solid #fff;
}
.head input.button {
	width: auto;
}
.menu {
	float: left;
	border-bottom: 3px solid #000;
	border-top: 1px solid #000;
	width: 100%;
}
.black .menu {
	border-bottom: 3px solid #fff;
	border-top: 1px solid #fff;
}
.menu ul {
	padding: 15px 0 13px 0;
	height: 38px;
}
.menu ul li {
	display: inline-block;
	height: 38px;
	border-right: 1px solid #000;
}
.black .menu ul li {
	border-right: 1px solid #fff;
}
.menu ul li a {
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	padding: 18px 196px 18px 185px;
	display: block;
	margin: -15px 0 0 0;
}
.menu ul li a:hover, .menu ul li a.active {
	background: #000;
	border-radius: 5px;
	color: #fff;
}
.black .menu ul li a:hover, .black .menu ul li a.active {
	background: #fff;
	color: #000;
}
.menu ul li:last-child {
	border: none;
}
.text {
	padding: 30px 0 80px 0;
}
.text ul li {
	margin-bottom: 50px;
}
.pagination {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding: 20px 0;
	margin: 20px 0;
}
.black .pagination {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.pagination span, .pagination ul {
	display: inline-block;
}
.pagination ul li {
	display: inline;
}
.pagination ul li a {
	border: 2px solid #fff;
	text-decoration: none;
	padding: 2px 8px;
	margin: 0 0 0 20px;
}
.black .pagination ul li a {
	border: 2px solid #000;
}
.pagination ul li a:hover, .pagination ul li a.active {
	border: 2px solid #000;
}
.black .pagination ul li a:hover, .black .pagination ul li a.active {
	border: 2px solid #fff;
}
body.white .button {
	color: #fff;
}
.button {
	background: #000;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	font-family: Arial;
	font-size: 18px;
	border: 2px solid #000;
	cursor: pointer;
	padding: 20px 0;
	margin: 0;
}
.white .button:hover, .white .button:active {
	background: none;
	color: #000;
}
.black .button {
	color: #000;
	background: #fff;
	border: 2px solid #fff;
}
.black .button:hover, .black .button:active {
	background: none;
	color: #fff;
}
.button::-moz-focus-inner {
    padding: 0;
    border: 0
}
.wide {
	padding: 20px 100px;
	font-size: 145%; 
	font-weight: bold;
}
.middle {
	padding: 20px 50px;
	font-size: 145%; 
	font-weight: bold;
}
span.date {
	display: block;
	font-size: 89%;
	font-weight: bold;
	line-height: 30px;
}
/*special divs end*/
/*footer start*/
.footerOut {
	position: relative;
	clear: both;
	margin-top: -220px;
	float: left;
	width: 100%;
}
.footer {
	margin: 0 auto;
    padding: 0;
    width: 1000px;
	height: 220px;
	font-size: 16px;
}
.footer .menu {
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
}
.black .footer .menu {
	border-top: 3px solid #fff;
	border-bottom: 1px solid #fff;
}
.footer p {
	font-weight: bold;
}
.footer p.fl {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	padding: 30px 0 0 0;
}
.footer-text {
	display: inline-block;
	text-align: right;
	width: 60%;
	padding: 30px 0 0 0;
}
.footer-text a {
	padding-left: 4px;
}
/*footer end*/

.err-message {display: none;}