html {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
}

body, table, td {
	font-size: 12px;
}
img {
	border: 0;
}
input {
   background: #fff;
   color: #333;
   border: 1px solid #044539
}

textarea {
   background: #fff;
   color: #333;
   border: 1px solid #044539;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin-top: 3px;
   width: 100%;
   height: 98%;
}

.submit {
   color: #044539;
   background: #e9eef2;
   border: 1px outset #044539
}

.clear {
   clear: both;
}

.noprint
{
   display:none;
}

#content a {
	color: #333;
	text-decoration: underline;
}

#left_column {
	display:none;
}

#content ul {
	list-style-image: url(/images/arrow4.gif);
}

#content ul.doc_list {
	list-style-image: url(/images/ico_docs.gif);
}

#content ul.soft_list {
	list-style-image: url(/images/ico_disk.gif);
}

#content li{
	margin-top: 3px; 	
	margin-bottom: 5px;
}

#main_column { 
	padding: 0px;
	vertical-align: top;
}
#content {
	vertical-align: top;
	padding: 0px;
}
#content h1{ 
	background: url(/images/h1_end.gif) right no-repeat;
	font-size: 13px;
	height: 27px;
	line-height: 25px;
	color: #fff;
	padding-left: 33px;
	text-transform: uppercase;
	margin: 0;
}

#content h2{
	font-weight: bold;
	font-size: 12px;
}

.indent {
	text-indent: 33px;
}

.indent_all {
	margin-left: 33px;
}

.descriotion {
	padding: 2px 20px;
}
.h1_wrap {
	background: url(/images/bg_h1_main.gif);
	clear: both;
}
.h1_wrap div{
	background: url(/images/h1_start.gif) left no-repeat;
}

.read_more {
	color: #006666;
	background: url(/images/arrow.gif) left 3px no-repeat;
	padding-left: 12px;
	text-indent: 0;
}

.zoom_image {
	color: #006666;
	background: url(/images/ico_lens.gif) left 3px no-repeat;
	padding-left: 12px;
	text-indent: 0;
}

.link_doc {
	color: #006666;
	background: url(/images/ico_docs.gif) left 3px no-repeat;
	padding-left: 12px;
	text-indent: 0;
}

.link_file {
	color: #006666;
	background: url(/images/ico_disk.gif) left 3px no-repeat;
	padding-left: 12px;
	text-indent: 0;
}

.name {
	font-weight: bold;
	font-size: 14px;
	color: #172f31;
	background: #d8e2e7;
	padding: 3px 16px;
}

#contacts {
	display:none;
}

#copyright {
	display:none;
}