@charset "windows-1251";

html, body, div, form, tr, td, p, a, img {margin:0; padding:0; border:none;}

.full_h{
	height: 100%;
}

.full_w{
	width: 100%;
}

.full_size{
	width: 100%;
	height: 100%;
}

td{
	vertical-align: top;
	color: #4C4C4C;
}

.td_middle{
	vertical-align: middle;
}

.td_bottom{
	vertical-align: bottom;
}

/* ================================================================================*/

body, div, td, p, a, li,  input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 16px;
}

body{
	background-image: url(../_img/bodyjpg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	overflow-y:scroll;
}

a{
	color: #FFFFFF; 
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.main_tbl{
	width: 100%;
	height: 100%;
}

.logo_cell{
	width: 225px;
	height: 196px;
	background-image: url(../_img/logo_cell.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.logo_cell p{
	padding: 38px 0px 0px 40px;
}

.header_cell{
	background-image: url(../_img/header_cell.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.header_cell .outer{
	background-image: url(../_img/header_cell_outer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 196px;
}

.header_cell p{
	padding: 28px 0px 0px 20px;
}

.left_cell{
	width: 225px;
	background-image: url(../_img/left_cell.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 24px 0px 0px 0px;
}

.left_cell p{
	padding: 0px 20px 10px 42px;
	color: #cccccc;
	font-weight: bold;
}

.left_cell p.addr{
	padding-bottom: 40px;
}

.left_cell p a{
	color: #cccccc;
	font-weight: bold;
}

.left_cell ul{
	padding: 0px 20px 20px 42px;
	margin: 0px 0px 0px 0px;
}

.left_cell ul li{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

.left_cell ul a{
	color: #FFFFFF;
	font-weight: bold;
}

.content_cell{
	background-image: url(../_img/content_cell.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 4px 275px 0px 17px;
}

.content_cell .content_table{
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

.content_cell .content{
	padding: 22px 15px 20px 26px;
}

.content_cell .content h1{
	font-size: 21px;
	padding: 0px 0px 9px 0px;
}

.content_cell .content h2{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
}

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

.content_cell .content ul{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.content_cell .content ul li{
	padding: 0px 0px 0px 21px;
	margin: 0px 0px 0px 0px;
	background-image: url(../_img/li.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	list-style: none;
}

.content_cell .content p a{
	color: #999999;
}

.footer_left, .footer{
	height: 12px;
}

.bgNone{
	background-image: none;
}

.content_cell.bgNone{
	background-image: none;
	padding-right:0px;
}
 
#visible a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	text-decoration: underline;
	font-style: italic;
	
}
#visible a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
	font-style: italic;
	
}

