BODY {
	margin : 0 0 0 0;
	background-image : url(../img/bg.gif);
	background-color : #00568D;
	background-position : top;
	background-repeat : repeat-x;
}

TD {
	font-size : 11px;
	font-family : "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
}

.f9 {
	font-size : 9px;
}

.f10 {
	font-size : 10px;
}

.f12 {
	font-size : 12px;
}

.f15 {
	font-size : 15px;
}

.pt10 {
	font-size : 10pt;
	font-weight : bolder;
	color : #b41418;
}

.branco {
	color : #FFFFFF;
}

.vermelho {
	color : #FF421E;
}

.azul {
	color : #006191;
}

.titulo{
	color : #006191;
	font-size: 12pt;
}

.preto {
	color : #000000;
}

a {
	text-decoration : none;
	color : #666666;
}

a:hover {
	text-decoration : underline;
}

input {
	border : 1px solid #CCCCCC;
	width : 100%;
	font-family : "Trebuchet MS", Tahoma
	font-size : 11px;
	color : #666666;
}

textarea{
	border : 1px solid #CCCCCC;
	width : 100%;
	font-family : "Trebuchet MS", Tahoma
	font-size : 11px;
	color : #666666;
}

select {
	width : 100%;
	font-family : "Trebuchet MS", Tahoma
	font-size : 11px;
	color : #666666;
	border-color : #CCCCCC ;
	border-width : 1px;
	border-style : solid;
}