/* CSS Link Style sheet for the Braziltrans Website */

body {	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #000000;
	background: #0000FF; }
	
TD {	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: black; }

TD.nav {	font-family: Arial, Helvetica, sans-serif;	
		font-size: 10px;
		color: white; }

.main  {	background-color: white;
		border: #38B13E solid 5px;  }
		
.title  {	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: blue;  }

.navblink {		margin-left: 3px;
			font-family: Arial, Helvetica, sans-serif; 
           		font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			color: black; }

A:hover.navblink { 	margin-left: 0px;
			font-family: Arial, Helvetica, sans-serif; 
            		font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			border: 2px
			border-color: blue;
			border-style: solid;
			color: blue; }

.bottomnav { 		font-family: Arial, Helvetica, sans-serif; 
            		font-size: 10px;
			color: blue; }
			
A:hover.bottomnav { 	font-family: Arial, Helvetica, sans-serif; 
           		font-size: 10px;
			color: green; }

			
			