body { 
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

a:link {text-decoration: underline; color: #333;}
a:visited {text-decoration: underline; color: #999;}
a:hover {text-decoration: none; color: #ED1C24;}
a:active{text-decoration: underline; color: #333;}

a.red:link{text-decoration: none; color:#ED1C24;} 
a.red:visited{text-decoration: none; color:#ED1C24;}
a.red:hover{text-decoration: underline;color:#ED1C24;}
a.red:active{text-decoration: none; color:#ED1C24;}


p {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	margin-left:80px;
	margin-right:50px;	
}

.text {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	line-height: 15px;

}
.text2 {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	margin-left:80px;
	margin-right:50px;		
}
.pequenas{
	font-variant: small-caps;
}
.titulo {
	font-family: arial;
	font-size: 13px;
	color: #ED1C24;
	line-height: 15px;
	font-variant: small-caps;
	margin-bottom:15px;
}

.fundo {
background-repeat:no-repeat;
} 
.tabela {
	margin-left:80px;
	margin-right:50px;
	font-family: arial;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
} 
.form {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #666666;
}

