
/* CSS reset */

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */

.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}

.clr{
	clear: both;
}
.header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(200,200,200,200.2);
    text-align: center;
}
.header h1{
	font-family: 'Muli';	
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(2,80,118,0.8);
	text-shadow: 1px 1px 1px rgba(2,80,118,0.3);
    padding: 0px 0px 5px 0px;
}
.header h1 span{
	color: #000000;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
}
.header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #000000;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}
