<!--
body {
	font-family: Tahoma;
	margin: 0px;
	background-color: #E3E4E0;
	
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-face-color:#E6E6E6;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

img {
	border: 0px;
}

input, select, textarea, inputselectd {
	font-family : Arial;
	font-size : 12px;
	border-top : 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color : #5F5F5F;
	background-color : White;
	font-weight : none;
}

textarea {
	font-size : 12px;
}

input:focus, select:focus, textarea:focus {
	background: #EFF5F8;
	color: #000; 
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #5F5F5F;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #5F5F5F;
	text-decoration:underline;
	font-weight:bold;
}

table, td, b, div, p {
	font-family: Arial;
	font-size: 11px;
	color: #5F5F5F;
}

.titulo {
	font-family: Tahoma;
	font-size:17px;
	color:#58666D;
	text-decoration: none;
	font-weight:bold;
	line-height:33px
}

.titulo:hover {
	font-family: Tahoma;
	font-size:17px;
	color:#58666D;
	text-decoration: none;
	font-weight:bold;
	line-height:33px
}

.link {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration:none;
}

.link:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration:underline;
}

.link2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #58666D;
	text-decoration:none;
	font-weight:normal;
}

.link2:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #58666D;
	text-decoration:underline;
	font-weight:normal;
}

.data {
	font-family: Arial;
	font-size: 11px;
	color: #007EA8;
	font-weight:bold;
	text-decoration:none;
}

.menu {
	font-family: Tahoma;
	font-size: 12px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

.menu2 {
	font-family: Tahoma;
	font-size:10px;
	color:#617078;
	text-decoration:none;
	font-weight:bold;
	margin:0px 0px 0px 17px
}

.menu2:hover {
	font-family: Tahoma;
	font-size:10px;
	color:#617078;
	text-decoration:none;
	font-weight:bold;
}

.rodape {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}

.rodape:hover {
	font-family: Arial;
	font-size: 11px;
	color: #f1f1f1;
}

.menu_fundo {
	background-image:url(../../display/images/bg_menu.jpg);
	background-repeat:no-repeat;
	background-position:left;
}