body {
	background-image: url("../resources/imagens/fundo.gif");
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}


#topo {
	position: fixed;
	top: 0;
	left: 135px;
	background: #152640;
	height: 40px;
	width: 100%;
}


#topo2 { 
	 
	position: fixed;
	top: 40px;
	left: 135px;
	background: #003b6f;
	height: 40px;
	width: 100%
}



#topoLogin {
	position: fixed;
	top: 75%;
	left: 0%;
} 


#menu_lado {
	position: fixed;;
	top: 80px;
	left: 0;
	width: 135px;
	height: 100%;
	background: #003b6f;
}

#imageLogout {
	position: absolute;
	top: 0;
	left: 90%;
}

#corpo {
	 
	position: absolute;
	left: 145px;
	top: 100px;
	margin-right:10px;
	
}

#corpo2 {
	 
	position: absolute;
	top: 130px;
	margin-right:10px;
	width: 97%;
	
}

#corpo3 {
	 
	position: absolute;
	top: 100px;
	margin-right:10px;
	
	
}

.ui-widget {
	font-size: 12px !important;
}


.semBorda tr, .semBorda td {
	border: none !important;
}