@charset "utf-8";

html, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family: Arial, sans-serif;
	font-size:12px;
}


body {
	background-color: #ffffff;
	background-image: url(../fig/bkgd.jpg);
	height: auto;
	margin: 0px auto;
}
			
			
.TITULO
{
    MARGIN: 0px;
    FONT: 16px;
 	color: #0066CC;
	margin-top: 5px;
	text-align: left;
}

.TEXTO
{
    MARGIN: 0px;
    FONT: 13px  "Arial", "sans-serif";
 	color:#000066;
	margin-top: 10px;
	text-align:left;
}


.TEXTO-chamada
{
    MARGIN: 0px;
    FONT: 13px  "Arial", "sans-serif";
 	color:#000066;
	margin-top: 10px;
	text-align:left;
}

.TEXTO-bold
{
    MARGIN: 0px;
    FONT: 15px  "Arial", "sans-serif";
	font-weight:bold;
 	color:#000066;
	margin-top: 1px;
	text-align:left;
}

.TEXTO-bold2
{
    MARGIN: 0px;
    FONT: 18px  "Arial", "sans-serif";
	font-weight:bold;
 	color:#000066;
	margin-top: 10px;
	text-align:left;
}

.TEXTO-itens
{
    FONT: 13px  "Arial", "sans-serif";
 	color:#cccccc;
	margin-top: 10px;
	text-align:justify;
}

.texto-rodape
{
    FONT: 11px  "Arial", "sans-serif";
 	color:#000066;

}



a:link {
	text-decoration: none;
	color: #403dc2;
}

a:visited {
	text-decoration: none;
	color: #0066cc;
}

a:hover {
text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #0066cc;
}


/* FORMULARIO DE CONTATO */

.frmContato input, select, textarea {
	font-family: Arial;
	font-size:11px;
	color: #000000!important;
	border: 1px solid #a4c4e4;
	padding:3px;
	background-position:top;
	background-color: #d2e3f3;
	background-repeat:repeat-x;
	display:inline;
	margin-right:1px;
	margin-bottom:1px;
}

