@charset "utf-8";
.texto{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFC;
}

.titulo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight:bold;
	color: #FFF;
	text-align:left;
}

.info{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style: italic;
	font-weight: normal;
	color:#4881b2;
	text-align:center;
}

body {
	background-color: #FFF;
	background: url(images2012/tp2012_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A.corpo:link {color:#FFC;}
A.corpo:visited {color:#FFC;}
A.corpo:active {color:#FFC;}
A.corpo:hover {color:#FFF;}