@charset "utf-8";
/* CSS Document */

.linkbotao2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	color: #586C85;
	text-decoration: none;
}
.linkbotao2:hover {
	/*border-bottom: 1px solid #cccccc;
   border-top: 2px solid #666666;
   border-right: 1px solid #cccccc;
   border-left: 2px solid #666666;*/
   	font-size: 13px;
	font-weight: bold;
	padding: 4px;
	color: #999999;
	text-decoration: none;
} 
