/* CSS Document */
body { margin:0px; }
/*white background*/
.td { background: white;}
/*gray background*/
.td2 { background: #dcdcdc;}
/*gray background*/

.bullet_title { margin: 0px 0px 0px 15px;}

.abord_top { margin: 0px 5px 0px 0px;}

/*FORM and BUTTOMS*/

/*TEXT and TITLES*/
.txt {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:11px; 
	color:#333333;
}

.txt_ {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:14px; 
	color:#333333;
}


.txt_01 {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:11px; 
	color:#cc3333;
}

.txt_02 {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:14px; 
	color:#cc3333;
}

.txt_03 {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:16px; 
	color:#000000;
}

.txt_legend {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:11px; 
	color:#a4a3a3;
}
.txt_price {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:11px; 
	color:#3366cc;
}
.txt_footer {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:10px; 
	color:#a4a3a3;
}
.title_01 {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight:bold;
	font-size:14px; 
	color:#a4a3a3;
	text-decoration: none;		
}

.top_address {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:10px; 
	color:#000000;
}

.top_white {
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:16px; 
	color:#ffffff;
}




/*LINKS*/
.menu {  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size: 12px; 
	color: #5b5b5b; 
	text-decoration: none;
}
.menu:hover {  
	color: #cc3333;
}
.link_01 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #a4a3a3; 
	text-decoration: none;
}
.link_01:hover {  
	color: #cc3333;
}
.link_02 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
	font-size: 11px; 
	color: #333333; 
	text-decoration: none;
}
.link_02:hover {  
	color: #cc3333;
}


.form_login {
	border: #000000 1px solid;
//	color: #ffffff;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.botao_login{
	color:#ffffff;
	background:#000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: solid 1px #000000;
	font-size: 11px;
}
