.Table {
	height: 100%;
	text-decoration: none;
	bottom: inherit;
	width: 100%;
	border: 1;

}
ul {margin:0; padding:0; list-style:none; line-height:18px}
li {background:url(images/pointer.gif) center left no-repeat; padding:0 0 0 10px }
li a{ font-size:10px; font-family:Arial}
table { 
	border:0px;
	vertical-align:top;
}
form{
 	margin:0px;
  	padding:0px;
	}
body{
 	margin:0px;
  	padding:0px;
	background:url(images/tall_x.gif) repeat-x top;
	background-color:#06609C;
	}

td {
	font-size:15px;
    font-family:Tahoma;
	color:#FFFFFF;
	line-height:16px;
}
.link {
	font-size:14px;
    font-family:Tahoma;
	color:#FFFFFF;
	line-height:15px;
	vertical-align:top;
}
.block {
	width:100%;
	height:99%;
	overflow:visible;
	scrollbar-3dlight-color:#67C5F1;
	scrollbar-track-color:#67C5F1;
	scrollbar-shadow-color:#67C5F1;
	scrollbar-face-color:#208CBF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-darkShadow-color:#67C5F1;
}
a {
	color:#B6EEFE;
	text-decoration:underline;
	font-weight: bold;
}

a:hover { 
	text-decoration:none;
}
.policy td, .policy td a {
	font-size:10px;
	color:#D0F4FC;
	text-decoration:none
}
.policy td a:hover {
	text-decoration:underline;
}


.form input{
 		height:21px; width:204px;
		background-color:#B6EEFE; 
		font-size:11px;
		font-family:Tahoma;
		color:#384144;
		padding:3px 0 0 4px;
		border:none;
		
}
 .form textarea{
		height:120px; width:204px;
		background-color:#B6EEFE; 
		font-size:11px;
		font-family:Tahoma;
		color:#384144;
		padding:3px 0 0 4px;
		overflow:auto;
		border:none;
		}
.button { /* верхний левый угол, верхняя граница */
  float: left;
  color: #DDD; /* цвет текста */
  background: #333 url(button.gif) no-repeat; /* цвет фона при отключенных изображениях */
  font: 1.2em/1.0 Georgia,serif;
  text-decoration: none;
}
.button * {display:block;}
.button span { /* верхний правый угол */
  padding: 6px 0 0;
  background: url(corners.gif) no-repeat right top;
}
.button span span { /* нижний левый угол, левая и нижняя границы */
  padding: 0 0 0 6px;
  background: url(button.gif) no-repeat left bottom;
}
.button span span span { /* нижний правый угол */
  padding: 0 0 6px;
  background: url(corners.gif) no-repeat right bottom;
}
.button span span span span { /* правая граница */
  padding: 3px 12px 3px 6px; /* отступы от текста */
  background: url(button.gif) no-repeat right center;
}
.button:hover,
.button:focus,
.button:active { /* подсказка для клавиатуры */
  outline: 2px solid #ff0; /* не поддерживается в IE/Win */
  color: #FFF;
}