html, HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	color: #332B28;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

table td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787443;
}

h1, H1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D6962C;
	text-decoration: none;
}

h2, H2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D6962C;
	text-decoration: none;
}

a:link, a:visited {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c4f8b;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
}

table td.menu_bg {
	background-image: url(/images/standart/menu_c.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table td.orange_bg {
	background-image: url(/images/standart/orange_c.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

table td.cont_t {
	background-image: url(/images/standart/cont_t.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

table td.cont_b {
	background-image: url(/images/standart/cont_b.png);
	background-repeat: repeat-x;
	background-position: left top;
}

table td.cont_l {
	background-image: url(/images/standart/cont_l.png);
	background-repeat: repeat-y;
	background-position: right top;
}

table td.cont_r {
	background-image: url(/images/standart/cont_r.png);
	background-repeat: repeat-y;
	background-position: left top;
}

table td.cont_bg {
	background-image: url(/images/standart/cont_bg.jpg);
	background-position: left top;
	padding: 10px;
}
table.whois {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B8B6A2;
	border-right-color: #B8B6A2;
	border-bottom-color: #B8B6A2;
	border-left-color: #B8B6A2;
}
table.whois td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B8B6A2;
	border-right-color: #B8B6A2;
	border-bottom-color: #B8B6A2;
	border-left-color: #B8B6A2;
}
.menu, .menu a:link, .menu a:visited, .menu a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c4f8b;
	padding: 3px;
	text-decoration: none;
}
.textInput {
	border-top: 0px none #EAEAE6;
	border-right: 0px none #EAEAE6;
	border-bottom: 0px none #EAEAE6;
	border-left: 0px none #EAEAE6;
	background-color: #DDDBC2;
}

.menu a:hover {
	color: #0066FF;
}
.b_menu, .b_menu a:link, .b_menu a:visited, .b_menu a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1c4f8b;
	padding: 3px;
	text-decoration: none;
}
.b_menu a:hover {
	color: #0066FF;
}
.walk {
	font-size: 14px;
	font-weight: normal;
	color: #9453AC;
}
.walk a:link, .walk a:visited, .walk a:active {
	font-size: 14px;
	font-weight: normal;
	color: #565eaa;
	text-decoration: underline;
}
.walk a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #586BC2;
	text-decoration: underline;
}
.content {
	width:599px;
	padding-left:10px;
	padding-right:10px;
	text-indent: 15px;
}
.news_over {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.news_date {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.news_title, .news_title a:link, .news_title a:visited, .news_title a:active {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c4f8b;
	text-decoration: underline;
	font-weight: bold;
}
.news_title a:hover {
	color: #3780D7;
}
.news_body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
}
.noi_overflow {
	text-align: center;
	padding: 50px;
}
.green_text {
	color: #009900;
}
.red_text {
	color: #CC0000;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.copyright a:link, .copyright a:visited, .copyright a:active, .copyright a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #CCCCCC;
}
LI {
list-style-image: url('/images/standart/li.png');
}
.tables td {
	padding: 2px 6px 4px 10px;
	border-bottom: 1px solid #B8B6A2;
	}
HR {
  color: #CDD5AE;
  height: 2px;
  border: 0px;
  background-color: #CDD5AE;
}

