@font-face {
    font-family: 'TwCenMT-CondensedExtraBold';
    src: url('tcceb.eot');
    src: url('tcceb.eot?#iefix') format('embedded-opentype'),
         url('tcceb.woff') format('woff'),
         url('tcceb.ttf') format('truetype'),
         url('tcceb.svg#tcceb') format('svg');
    font-weight: normal;
    font-style: normal;
}
#paginas
{
	padding: 0 5px;
	margin: 0px auto;
	width:480px;
	height:100%;
	color:#000;
	background-color:#FFF;
}
body
{
	padding: 5px 5px 5px 5px;
	margin: 0px;
	color:#000;
	background-color:#FFF;
}
body, td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
h1, h2, h3, h4,h5, h6 {
    font-family: 'TwCenMT-CondensedExtraBold', Sans-serif;
	font-weight:normal;
}
h1
{
	color:#97B00E;
}
h2
{
	color:#F7692B;
}
h3, h4, h5, h6
{
	color:#F7692B;
}
a {
	color:#97B00E;
	text-decoration:none;
}
a:hover {
	color:#F7692B;
	text-decoration:underline;
}
p { text-align:justify; }
