body{
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
A{
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-size : 13px;
	text-decoration : underline;
	color:Black;
}
A:HOVER{
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-size : 13px;
	text-decoration : underline;
	color:Blue;
}

A.simpleLinkSmall{
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-size : 10px;
	text-decoration : underline;
	color:Blue;
}
A.simpleLinkSmall:HOVER{
	font-family : Verdana, Arial;
	font-weight : normal;
	font-size : 10px;
	text-decoration : underline;
	color:Black;
}
.textTitle{
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-size : 14px;
}
.textBody{
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-size : 13px;
}
.textBodySmall{
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-size : 11px;
}
.botao {
	font-family: Verdana, Arial, Helvetica;
	color:#022F96;
	background-color: White;
	font-size: xx-small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
.coluna_esquerda{
	background-image : url(fundo_amarelo.gif);
}
