a:link {
	color : Black;
	text-decoration : none;
}
a:hover {
	color : #1E90FF;
	text-decoration : none;
}


.comum {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
}
.caixa_texto{
	border : 1px solid Black;
	background : #ACEBFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color : #FFFFEA;
}
.botao{
	border-bottom : outset;
	border : 2px outset White;
	color : White;
	background : #1E90FF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bolder;
	cursor : hand;
}
.botao2{
	border-bottom : none;
	border : 1px solid Black;
	color : Black;
	background : #F0F8FF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	cursor : hand;
	padding : 1px 1px 1px 1px;
	width : 120px;
}
.botao3{
	border-bottom : none;
	border : 1px solid Black;
	color : Black;
	background : #F0F8FF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	cursor : hand;
	padding : 1px 1px 1px 1px;
}	
