/* CSS Document */
<!--
body,td,th {
	font-family: Tahoma;
	font-size: 10px;
	color: #696969;
}
a {	
	color: #009ACD;
	text-decoration:none;
}
a:visited {	
	color: #009ACD; 
	text-decoration:none;
}
a:hover {	
	color:   #009ACD;
	text-decoration: underline;
}

i{color: #C24C6D;
}
u{color: black;
}

blockquote {border-left: 2px solid #9400D3 ; padding: 0 5px; text-align: justify;}

.elitew{
background-color: transparent;
padding:2px;
border: 1px solid #B5B5B5;
color:  #A9A9A9;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;}
.elitew:hover{
background-color: transparent;
padding:2px;
border: 1px solid #009ACD;
color:  #A9A9A9;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;}

.contorno{
background-color: transparent;
padding:2px;
border: 1px solid #B5B5B5;
color:  #A9A9A9;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;}
.contorno:hover{
background-color: transparent;
padding:2px;
border: 1px solid #009ACD;
color:  #A9A9A9;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;}

.tabela1{	font-family: Tahoma;
	font-size: 9px;
	color: #696969;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
	background-color: black}
-->