/* CSS Document */

body {
	background-image:url(../img/fundo.jpg);
	background-position:0px 200px;
	background-repeat:repeat-x;
	background-attachment:fixed;
	color:#00267E;
	/*font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS','Bitstream Vera Sans',Geneva,Arial,Verdana,sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:120%;
}

a:link {
	color:#00267E;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#00267E;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#00267E;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#F77D00;
	text-decoration:none;
	font-weight:bold;
}

.form {
	border:1px solid #00267E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.form2 {
	border:1px solid #00267E;
	background-color: #EFEFEF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#titulo1 {
	color:#F77D00;
	font-size:15px;
	font-weight:bold;
}

#titulo2 {
	color:#666666;
	font-size:13px;
	font-weight:bold;
}


