/*
################################# 
 	Properties
#################################
*/

body, html
{

	background-color: 	#F2F3F3;
	margin: 				0px;
	padding:			0px;
	
}

div, font, td, a
{

	font-family:			tahoma, helvetica, sans-serif;

}

.btlink {

	font-size:			11px;
	color: 				#FFFFFF;
	font-style: 			normal;
	text-decoration:		none;
	
}

.btlink:hover {

	font-size:			11px;
	color: 			#FFFFFF;
	font-style: 		normal;
	text-decoration:	underline;
	
}

.text {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #336666}
.text1 {font-size: 13px; font-family: Tahoma, Verdana, Arial; color: #336666}
.text2 {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #857A7A}
.text3 {font-size: 15px; font-family: Tahoma, Verdana, Arial; color: #336666}
.text4 {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #FFFFFF}
.data_azul {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #63BFE7}
.data_azul_esc {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #417186}
.data_laranja {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #FFA100}
.empresa_nome {font-size: 10px; font-weight: bold; font-family: Tahoma, Verdana, Arial; color: #225972}
.empresa_text {font-size: 10px; font-family: Tahoma, Verdana, Arial; color: #857A7A}
.empresa_tel {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #0081AC}


.link1:link {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #857A7A; text-decoration: underline}
.link1:visited {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #857A7A; text-decoration: underline}
.link1:hover {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #857A7A; text-decoration: none}

.link2:link {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #336666; text-decoration: none}
.link2:visited {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #336666; text-decoration: none}
.link2:hover {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #336666; text-decoration: underline}

.link3:link {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #FFFFFF; text-decoration: none}
.link3:visited {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #FFFFFF; text-decoration: none}
.link3:hover {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #FFFFFF; text-decoration: underline}

.link_rodape:link {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #857A7A; text-decoration: none}
.link_rodape:visited {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #857A7A; text-decoration: none}
.link_rodape:hover {font-family: Tahoma,Verdana,Arial; font-size: 11px; color: #857A7A; text-decoration: underline}


.link_laranja:link {font-family: Tahoma,Verdana,Arial; font-size: 10px; font-weight: bold;  color: #FFA100; text-decoration: underline}
.link_laranja:visited {font-family: Tahoma,Verdana,Arial; font-size: 10px; font-weight: bold;  color: #FFA100; text-decoration: underline}
.link_laranja:hover {font-family: Tahoma,Verdana,Arial; font-size: 10px; font-weight: bold;  color: #FFA100; text-decoration: none}


.link_azul:link {font-family: Tahoma,Verdana,Arial; font-size: 10px; font-weight: bold; color: #03D2FE; text-decoration: underline}
.link_azul:visited {font-family: Tahoma,Verdana,Arial; font-size: 10px; font-weight: bold;  color: #03D2FE; text-decoration: underline}
.link_azul:hover {font-family: Tahoma,Verdana,Arial; font-size: 10px; font-weight: bold;  color: #03D2FE; text-decoration: none}

.link_azul_esc:link {font-family: Tahoma,Verdana,Arial; font-size: 10px; font-weight: bold; color: #417186; text-decoration: underline}
.link_azul_esc:visited {font-family: Tahoma,Verdana,Arial; font-size: 10px; font-weight: bold;  color: #417186; text-decoration: underline}
.link_azul_esc:hover {font-family: Tahoma,Verdana,Arial; font-size: 10px; font-weight: bold;  color: #417186; text-decoration: none}


.form { 
 font-size: 15px; 
 background-color: #FFFFFF; 
 border: 1px solid #666666; 
}


/*
################################# 
 	Other styles
#################################
*/
	

hr {

	border: 0px;
	width: 100%;
	background-color: #DDEBED;
	color: #DDEBED;
	height: 1px;

}


/*************************** 
  Menu 
 ***************************/
#s1{
	z-index: 10;
	position:absolute;
	top:150px;
	left:265px;
	
	background:#57b9e4;
	visibility:hidden;
	width: 98px;
}

#s2{
	z-index: 10;
	position:absolute;
	top:150px;
	left:414px;
	
	background:#57b9e4;
	visibility:hidden;
	width: 80px
	
}


.blueTitle {
	color: #31657c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}


#header {
	height: 114px;
	width:  757px;
	margin: 0px;
}

#header_logo {
	float: left;
	height: 114px;
}

#header_banner {
	float: left;
	height: 114px;
}

#display_menu {
	clear: both;
}


.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
