FORM { margin: 0; }

body {
	background-color: #FFFFFF;
}

.main_tab {
	position: absolute;
	margin-top: 0px;
	margin-left: 6px;
	height: 200px;
	width: 99%;
	border: 1px solid black;
	background: #F5F5F5;
}

.main {
	position: absolute;
	margin-top: 0px;
	margin-left: 10px;
	height: 600px;
	width: 98%;
	border: 1px solid black;
	background: #F5F5F5;
}

.main2 {
	position: absolute;
	margin-top: 0px;
	margin-left: 10px;
	height: 600px;
	width: 98%;
	border: 1px solid black;
	background: #F5F5F5;
}

.menutitle {
	margin-top: 5px;
	margin-left: 10px;
	height: 21px;
	font-family: calibri,tahoma;
	cursor: pointer;
	margin-bottom: 0px;
	background-color:#F5F5F5;
	padding:1px;
	text-align:left;
	font-weight:bold;
	border:1px black solid;
	font-size: 14px;
	width:125px;
}

.submenu {
	--margin-top: 0.5em;
	margin-top: 0px;
	margin-left: 15px;
	--margin-bottom: 0.5em;
	margin-bottom: 0px;
	font-family: calibri,tahoma;
	text-align:left;
	font-weight:bold;
	font-size: 13px;
}

A {
	color: #919191;
	text-decoration: none;
}

A:Hover {
	color: #000259;
	background-color: none;
	text-decoration: none;
}

A:Link {
	text-decoration: none;
}

A:Active {
	text-decoration: none;
}

A:Visited {
	text-decoration: none;
}

.title1 {
	height: 60px;
	--background-color:#FC9804;
	background-color:#B4B9FE;
	font-family: tahoma,arial;
	font-weight:bold;
	padding:1px;
	font-size: 14px;
	--color:black;
	--width:136px;
}

.BOTAO {border-width: 1px; font-size: 11px;}

.botMedio{
	width:80px;
	height:27px;
	background-color:#6fb7ff;
	border-color: #999 #000 #000 #999;
	cursor:pointer;
	color:#000;
	font-size: 14px;
	--font-weight:bold;
	--border:none;
	display:inline-block;
	text-decoration: none;
	--box-shadow:0 5px 0 #0063C6;
	--border-radius: 2px;
}
.botMedio:hover{
	color:#000;
	background-color:#dddddd;
	--border-color: #000 #999 #999 #000;
	border: 1px solid;
	border-color: #999 #000 #000 #999;
	--box-shadow:0 5px 0 #0055AA;
	--border:none;
}
.botMedio:active{
	position:relative;
	top:1px;
	left:1px;
	border-color: #000 #666 #999 #666;
	--box-shadow:none;
}

