/* RESET */
*{margin: 0; padding: 0}
table {border-collapse:collapse;}
a{text-decoration: none;}
a img{border: none;}
/*		 */

/* BASIC CONFIG */

body {	
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color:#4c4c4c;
	font-family:'MuseoSlab-500', Arial;
}

h1, h2, h3, h4, h5, h6 {
	font-family:inherit;
	margin-bottom:1em;
}

h1, h3 {
	font-size:30px;
	font-weight:normal;
	color:#000;
	font-family:'MuseoSlab-500', Arial;
}

p {
	margin-bottom:1em;
	line-height:24px;
}

a {
	color:#0a71c9;
	text-decoration: underline;
}

a:hover {
	color:#333;
}

/*		*/

/* FONTS */
@font-face {
	font-family: 'MuseoSlab-500';
	src: url('../fonts/23869A_0_0.eot');
	src: url('../fonts/23869A_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/23869A_0_0.woff') format('woff'),
		 url('../fonts/23869A_0_0.ttf') format('truetype');
}

/*		*/

#popup {
	padding:20px;
}

h1{
	clear:both;	
	background:url(../img/bgline.png) repeat-x 0 0;
	text-align:center;
	margin-top:15px;
}