/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	text-align: justify;
}

h1 {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #006699;
	text-align: left;
}

a {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a: hover {
	text-decoration: underline;
}

table {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	text-align: justify;
	background: #ffffff;
}

td {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	text-align: justify;
	
}

.tabelaTdSomenteBorda{
		border-right  : #003366 1px solid; 
		border-top    : #003366 1px solid; 
		border-left   : #003366 1px solid; 
		border-bottom : #003366 1px solid; 
	
}

