BODY {
		font-family: arial, verdana, tahoma;
		font-size: 11px;
		margin-top: 0px; 
		margin-bottom: 0px;}

A {
		color:#000000; 
		text-decoration:none; 
		font-size: 11px; }

A:hover { 
		color:#000000; 
		text-decoration: underline; 
		font-size: 11px; }
		
.borda_inferior {
	
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#000000;
}

.borda_inferior_menu {
	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#000000;
}

.borda_direita {
	
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color:#000000;
}