@charset "utf-8";
/* CSS Document */
body {
	background-color:#CCCCCC;
}
h1 {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color:#FFFFFF;
	font-size:12px;
	border:none;
	width:175px;
	padding:2px 0px 2px 10px;
	margin:0;
	margin-bottom:10px;
}
.texts{
	position:relative;	
	float:left;
	padding-top:10px;
	width:800px;

}
p {
	line-height:15px;
}
.textsContainer a {
	font-weight:200!important;
}
.textsContainer a:hover {
	font-weight:bold!important;
}
.texts1 {
	margin-left:10px;
	width:350px;
	position:relative;
	float:left;	
}

.texts2 {
	width:350px;
	position:relative;
	padding-right:60px;
	float:right;
}

.column1 {
	position:relative;
	float:left;
	padding-bottom:20px;
	width:160px;
}
.column2 {
	position:relative;
	float:right;
	width:160px;
	padding-bottom:20px;
}
.column3 {
	position:relative;
	float:left;
	padding-top:-20px;
	padding-bottom:20px;
	width:160px;
}
.column4 {
	position:relative;
	float:right;
	width:160px;
	padding-bottom:20px;
}

