html , body {
	margin: 0px; 
	padding: 0px;
	height: ;
	color: #666;
	font-size: 12px; 
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	text-align: left;
	background-image: url(../images/gui/bgall.jpg); background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.clr {
	font-size: 0px !important;
	line-height: 0px !important;
	height: 0px !important;
	clear: both;
}
a {
	color: #007893;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a img { border: none; }
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
h1 , h2 , h3 , h4 , h5 {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #115666;
	font-size: 12px; 
	font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;
}
/* ========================================== */
.mainout {
	width: 990px;
	text-align: left;
	background-color: #FFF;
}
.headerout {
	height: 151px;
	background-image: url(../images/gui/header.jpg); background-repeat: no-repeat;
}
.header {
	height: 115px;
	padding-right: 12px;
	text-align: right;
}
.path {
	height: 36px;
	line-height: 36px;
	padding: 0px 17px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.path a { color: #115666; }
.contout { width: 990px; }
.menuout {
	width: 210px;
	padding: 2px 0px 100px 11px;
}
.menu { }
.menucat {
	display: block;
	height: 33px;
	line-height: 30px;
	padding: 0px 5px 0px 27px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.menucurrent a.menucat { height: 38px; }
.submenu {}
.submenu a {
	display: block;
	height: 28px;
	line-height: 28px;
	margin-bottom: 1px;
	padding: 0px 5px 0px 25px;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #F0F0F0;
	background-image: url(../images/gui/menu_arrow.gif); background-repeat: no-repeat; background-position: 6px center;
}
.submenu a:hover {
	color: #007893;
	background-color: #E9E9E9;
	background-image: url(../images/gui/menu_arrow_on.gif);
}
.submenu a.current , .submenu a:hover.current {
	color: #007893;
	background-image: url(../images/gui/menu_arrow_cur.gif);
	/*background-image: url(../images/gui/bg_submenu_cur.jpg); background-repeat: no-repeat; background-position: top right;*/
}
.submenu2 {}
.submenu2 a {
	height: 22px;
	line-height: 22px;
	padding: 0px 5px 0px 35px;
	color: #999;
	font-size: 9pt;
	font-weight: normal;
	font-family: Tahoma, Geneva;
	text-transform: none;
	background-image: none;
	background-color: #F8F8F8;
	background-image: url(../images/gui/menu_arrow2.gif); background-repeat: no-repeat; background-position: 16px center;
}
.submenu2 a:hover , .submenu2 a.current , .submenu2 a:hover.current  {
	color: #333;
	color: #007893;
	background-color: #FFF;
	background-image: url(../images/gui/menu_arrow2_on.gif);
}
.content { padding: 16px 0px 100px 26px; }
.content h1 , .content h2 , .content h3 {
	display: block;
	padding: 5px 0px;
	color: #115666;
	font-weight: bold;
	text-transform: uppercase;
}
.content h1 { display: block; font-size: 16px; border-bottom: 1px solid #007893; }
.conttext {
	padding: 5px 16px 0px 0px;
}
.footer {
	height: 50px;
	line-height: 34px;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/gui/footer.jpg); background-repeat: no-repeat;
}
.footer a { color: #FFF; }