.titulo{
	font-family: 'TerminalDosisLight', sans-serif;
	color:#b0006e;
	font-size:30px;
	text-transform:uppercase;
	padding-bottom:10px;
	background-image:url(../imagens/bg_h2.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
	margin-bottom:25px;
	line-height:32px;
}

.subtitulo{
	font-family: 'TerminalDosisLight', sans-serif;
	color:#b0006e;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:10px;
	display:block;
}

.center{
	text-align:center;
}

.rosa{
	color:#b0006e;
}