body
{
	 
	height:auto !important;
	height:100%;
	min-height:500px;
	min-width: 1000px; /* Минимальная ширина контейнера */
 width: expression(document.body.clientWidth > 1000 ? "100%" : "1000px") /* Ширина для IE6 */
  
	
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color:#FFFFFF}
A:hover {
	text-decoration: none;
	color: red;
	font-weight: normal;
}
.st1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;	
	
}
.st2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #FFFFFF;
}
.st3 {
	color: #CCCCCC;
	font-size: 16px;
	font-style: normal;
}
.st4 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
}



