/* CSS Document */
body {
	margin: 0px;
	background-color: #ffffff;
}

body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


h1{color: #000066;
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;}

#background{
	background: url(images/bgtop.gif) center top repeat-x;
}
#page{
	margin:0 auto;
}
.style1 {
	color: #000000;
	
}
.style3 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.style4 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* mp2-pagina */
.text1, .text2, .text3, .text4, .text5, .text6, .text7, .text8, .text9, .layout4_topfoto, .layout4_bottomfoto, .layout1, .layout2, .layout3 {
   margin-bottom: 10px;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
	
input
{margin-bottom:5px;
}
	

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

