BODY {
	/* --- Principal --- */
	height:100%;
	border: 0;
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	
	/*scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: silver;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;*/
}

#principal {
	width: 100%;
	position:absolute;
	top:50%;
	margin-top:-24em
}

A, A.visited, A.active, A:focus {
	font-size: 11px;
	color: #B1B1B1;
	text-decoration: none;
	border: none;
	border-style: none;
	outline: none;
}

TD {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	/*text-align: justify;*/
	color: #3F3F3F;
}

.dados {
	border: 0px solid;
	font-family: verdana,arial,helvetica;
	font-size:10px;
	color: Black;
	background : #E4E4E4;
}

.borda1 {
	border-left: 1px dashed Silver;
	border-right: 1px dashed Silver;
	border-top: 1px dashed Silver;
	border-bottom: 1px dashed Silver;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.borda2 {
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.borda3 {
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
