/***************************************** FONTS *********/
body {
	margin: 0px 0px 0px 0px;
	background: #002f5f;
}
td {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #333333;
}
form {
	margin: 0px;
}
.titulo_pagina {
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: normal;
	color: #0099FF;
}
.titulo_cliente {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
.txtverde11 {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #0099FF;
}
.txtverdeescuro11 {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #0066FF;
}
.txtverdeescuro13bold {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #0066FF;
}
.txtverde10 {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
}
.txtcinza10 {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.txtverde11 {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
}
.linkverde11bold {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
	text-decoration:underline,
}
.linkverde11bold:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #669900;
	text-decoration:underline;
}
.linkvermelho11bold {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration:underline,
}
.txtwhite10 {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

/***************************************** TABELAS *******/
.tabela1 {
	background: #efefef;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.trtopo td {
	background: #0099FF;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tdleft {
	background: #0099FF;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
