body, html {
	background-color: #000;
	background-color: #fff;
	color: #000;
}

/* BLOCS */

div.all {
border:none;
}

div.topBanner {
	display:none;
}

div.menusLeft {
	width: 0cm;
	display:none;
}
div.menuHorizontal {
	width: 0cm;
	display:none;
}

div.contentRight {
	float: left;
	width: 18cm;
	color:#000;
}

div.footer {
width: 0cm;
	display:none;
}
div.copy {
width: 0cm;
	display:none;
}

/* FONTES ETC */

p.heading {
	border-bottom: 1px solid #F7C808;
	font-size: 120%;
	font-weight: bold;
	color:#eb1f2a;
}

h2{
	border-bottom: 1px solid #fff;
	font-size: 105%;
	font-weight: bold;
	color: #eb1f2a;
}

a {
	color:#000;

}

a.copy {text-decoration:none}

img {
	margin:10px;
	border:none;
}

