/* CSS Document */
#bt_bloco{
   width:auto; height:18px; color: #CCCCCC;
   float:left; text-align:center;
   /*background-image: url(img/fundo_bt_viewage.gif);*/
   background-repeat:repeat-x;
   margin:2px 5px 2px 5px; font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px; font-weight:bold; padding-top:3px;
   }
   #bt_bloco_v{
   width:auto; height:18px;
   float:left; text-align:center; clear:both;
   border-left:1px #CCCCCC dashed; border-bottom:1px #CCCCCC dashed;
   font-weight:bold; padding: 4px 2px 0px 2px;
   }
   #fundo_menu{
	width:774px;
	height:25px;
	clear:both;
	background-image: url(../img/fundo_bt_azul.gif);
	background-repeat:repeat-x;
   }
   
			a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #003399;
			}
			a:link {
			text-decoration: none;
			}
			a:visited {
			text-decoration: none;
			color: #333333;
			}
			a:hover {
			text-decoration: underline;
			color: #0066CC;
			}
			a:active {
			text-decoration: none;
			color: #FF0000;
			}

		a.bt:link { text-decoration:none;
		color: #FFFFFF; text-decoration: none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px; font-weight:bold;
		}
		
		a.bt:hover {text-decoration: underline;
		color: #FF9933;	font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px; font-weight:bold;
		}
		
		a.bt:active { text-decoration:none; color: #FF9933;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px; font-weight:bold;
		}
		
		a.bt:visited {
		color: #FF9933;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:11px; font-weight:bold;
		}
