body {
	line-height: 1;
	color: black;
	background-image: url('../images/bg_gradient.jpg');
	background-repeat: repeat-x;
	background-color: #d2effd;
}
.text{
	font-family: Arial, Verdana, Tahoma;
	font-size:12px;
	color: #404040;
	text-decoration: none;
}
.text:a{
	font-family: Arial, Verdana, Tahoma;
	font-size:12px;
	color: #404040;
	text-decoration: underline;
}
.tJust{
	text-align: justify;
}
#footer {
		width:100%;
		height:170px;
		display: none;
		height: 170px;
		background: url('../images/footer2009.png') top center no-repeat;
		vertical-align: bottom;
		text-align: left;
		color: #fff;
		text-shadow: #555 1px 1px 1px;
		font-size: 11px;
}
html>body #footer {
		display: block;
		position:fixed;
		bottom:0;
		left: 0;
		z-index:11;
	}

.inp{
	font-family:Arial;
	font-size: 11px;
	background-color: #8FDBF5;
	color: #545454;
	border: 1px solid #06A3DA;
	height:16px;
}

.textArea{
	font-family:Arial;
	font-size: 11px;
	background-color: #8FDBF5;
	color: #545454;
	border: 1px solid #06A3DA;
}

.inpS{
	font-family:Arial;
	font-size: 11px;
	background-color: #8FDBF5;
	color: #545454;
	border: 1px solid #06A3DA;
	height:19px;
}

.button{
	font-family:Arial;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #8FDBF5;
	background-color:#999999;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
