a {text-decoration: none; color:#999999}
a:hover {text-decoration: underline; color:#999999}
* { margin:0;padding:0;}
body {
	SCROLLBAR-FACE-COLOR: #DADADA;
	SCROLLBAR-HIGHLIGHT-COLOR: #DADADA;
	SCROLLBAR-SHADOW-COLOR: #DADADA;
	SCROLLBAR-3DLIGHT-COLOR: #DADADA;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #DADADA;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
 
   
/* ######################## FORMULÁRIOS  ######################### */
.campo1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #E5E5E5;
	border: 1px inset #DFDFDF;
}  

/* ########################## CLASSES  ########################### */	

.Link01 {
	color: #00CCCB;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Link01:hover {
	color: #00CCCB;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

/* TEXTO */
.txt{
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
.txt1{
	color:#00CCCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.txtErro{
	color:#CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}

.imagem {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 150px;
	width: 140px;
	margin-left: 0px;
	margin-right: 6px;
}
/* TABELAS */

.TabelaMenu{
	background-attachment: fixed;
	background-image: url(../imagens/backGround.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* DEFINIÇÃO DAS DIVS */
#Layer1 {
	position:relative;
	left:0px;
	top:0px;
	width:400px;
	height:420px;
	z-index:1;
	overflow: auto;
}
#scroll {
	position:relative;
	left:0px;
	top:0px;
	width:400px;
	height:30px;
	z-index:1;
	overflow: hidden;
}
