* {
	margin:0;
	padding:0;
}
body,html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;	
	font-size:12px;
	background:#ffffff;
	text-align: center;
	width:100%;
	height:100%
}
a {
	color:#2e449a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img{
	border:0 none;
}
#container{
	width:300px;
	background-color:transparent;
	height:auto;	
	text-align:left;
	margin:auto;
}
#content{	
	padding:40px;
	width:100%;
	height:auto;			
	text-align:justify;
}
#footer{	
	padding:40px;
	font-size:11px;
	width:100%;
	height:auto;			
	text-align:justify;
}
#content img{
	float:left;
}
#footer{	
	height:69px;
	background-color:transparent;
	width:100%;
	min-height:69px;
}
.headline{
	font-weight: bold;
	line-height: 30px;
}
address{
	font-style: normal;
}
