    html, body {
        height:100%;
        font-family: Arial, Times New Roman, Tahoma, Verdana, sans-serif;
        font-size: 90%;
        margin:0; 
        padding:0;
    }

    A{
        font-family: Arial, Tahoma, Times New Roman, Verdana, sans-serif;
        text-decoration: underline; 
        color:#DF6A1A;
    }

    A:hover {
        text-decoration: none; 
    }

	.header_phones td{
		font-size: 12px;
        color:#989898;
	}
	.content_img_txt{
		font-size: 12px;
        color:#676767;
		font-weight:bold;
	}
	
	.txt{
		font-size: 12px;
        color:#676767;
	}
	.title{
	    color:#719a9c;
	}
	.news_title{
		font-size: 10px;
        color:#989898;
	}
	.news_title a{
		font-size: 12px;
        color:#DF6A1A;
		font-weight:bold;
	}
	
	.copy{
		text-align:center;
		font-size: 12px;
        color:#989898;
	}
	.copy a{
        color:#989898;
	}
	
	.menu ul{
		list-style:none;
		margin:0px 0 0 0;
		padding:0;
	}
	.menu ul li{
		padding:10px 0 13px 0;
		background:url(../images/menu_bottom.gif) left bottom no-repeat;
	}
	.menu ul .last{
		background:none;
	}
	.menu ul li a{
		font-family:Verdana;
		font-size:11px;
		color:#676767;
		font-weight:bold;
		text-decoration:none;
		padding:0 0 0 33px;
		border-left: 3px solid #ECC800;
	}
	.menu ul li a:hover{
		text-decoration:underline;
	}
	
	


	.menu ul li ul{
		margin:0;
	}
	.menu ul li ul li{
		padding:0 0 0px 36px;
		background:none;
	}
	.menu ul li ul li a{
		font-family:Verdana;
		font-size:11px;
		color:#676767;
		font-weight:normal;
		text-decoration:none;
		padding:0 0 0 12px;
		border-left:0;
		background:url(../images/lu_li_bullet.gif) left 5px no-repeat;
	}

    input, select, textarea {
		background:#f3f9f9 scroll 0 0;
		border:1px solid #719a9c;
		font-size:12px;
	}
	
	fieldset {
	border:1px solid #719A9C;
	margin-right:85px;
	width:550px;
	}

    legend {
	border:1px solid #719A9C;
	font-size:12px;
	padding:0.2em 0.5em;
	text-align:right;
	}
	
	
	.tip { border-bottom:1px dotted #000000; cursor:help; }
a.tip,
a.tip:link,
a.tip:visited,
a.tip:active { color: #616161; text-decoration: none; position: relative; }
a.tip:hover { background: transparent; z-index: 100; }
a.tip span { display: none; text-decoration: none; }
a.tip:hover span {
display: block;
position: absolute;
top: -200px;
left: 10px;
width: 500px;
z-index: 100;
color: #2f2f2f;
font-family: Arial, sans-serif;
padding: 2px 10px;
background-color: #ebebeb;
text-align: left;
border-color: #fff;
border-style: solid;
border-width: 1px 4px; }
