body,td {
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	
	 scrollbar-base-color:#3399ff;
}

a.menu {
	font-weight: bold;
	text-decoration: none;
	color: blue;
	border-width : 3px;
border-color : #3399ff;
border-style: outset;
font-weight : bold;
background-color : #44aaff;
padding: 2px;
}

a.menu:hover {
	color: navy;
	border-style: inset;
	text-decoration: none;
}
a.menu:active {
		color: yellow;
		text-decoration: none;
}

a.atual {
	font-weight: bold;
	text-decoration: none;
	color: navy;
	border-width : 3px;
border-color : #3399ff;
border-style: outset;
font-weight : bold;
background-color : #2288ee;
padding: 2px;
}

a.atual:hover {
	color: #000030;
	text-decoration: none;
	border-style: inset;
}

a.atual:active {
		text-decoration: none;
		color: cyan;
}


a {
	text-decoration: none;
	color:blue;
	font-weight: bold;
}
a:hover {
	color: navy;
	text-decoration: underline;
}

.forms {
color: navy;
font-weight : bold;
border-width : 2px;
border-color : navy;
background-color : #efffff;
}

.botoes {
color: blue;
border-width : 4px;
border-color : #3399ff;
border-style: outset;
font-weight : bold;
background-color : #2288ee;
}