@import url('newsletter.css');

/* profinews html newsletter */

.header h1 {
	margin: 20px 0px 0px 10px;
	font-size: 3.0em;		
}
 h3 {
	font-weight: bold;
	
}
.header .logo .label {
	font-size: 1.2em;
	vertical-align: top;
}
.header .images {
	height: 120px;
	
	color: #fff;
}
.header .images .center {
	position: absolute;
	
	top:  0px;
	left: 0px;

	width:  100%;
	height: 120px;

	z-index: 2;
	
	text-align: center;
}
.header .images .left-txt {
	position: absolute;
	top:  0px;
	left: 0px;
	width:  50%;
	height: 90px;
	z-index: 3;

}
.header .images .right {
	top:   30px;
}
.header .images .right-txt {
	top:   30px;
	position: absolute;
	right: 0px;
	width:  50%;
	height: 90px;
	z-index: 3;

}
.header .newsletterinfo {
	position: relative;
	top:   10px;
	right: 10px;
	font-size: 1.2em;
}
.header .newsletterinfo .date{
	float:none;
	position : relative;
	right: 1px;

}
.content .center {}

.content .right {}

.content .left .network {
	margin-top: 50px;
}
.content .left .network p {	
	font-size: 0.8em;
}
