

div{
	font-family: sans-serif; 
	font-size: 13px;
	color: black;

}

td{
	font-family: sans-serif; 
	font-size: 13px;
	color: black;
}


a.top_menu {
    color: #4A4344;
	font-weight: bold;
	text-decoration: none;
}
a.top_menu:hover {
    color: black;
	font-weight: bold;
	text-decoration: none;
}


a.left_menu {
    color: black;
    font-size: 13px;
	text-decoration: none;
}
a.left_menu:hover {
    color: black;
	font-weight: bold;
    font-size: 13px;
	text-decoration: none;
}


a.product_code {
    color: #3B3131;
    font-size: 12px;
	text-decoration: none;
}
a.product_code:hover {
    color: black; 
	font-weight: bold;
    font-size: 12px;
	text-decoration: none;
}


/*---button of all pages-------------------*/
input.btn {   
   color: #FFFFFF;   
   font: bold 90%'trebuchet ms';   
   background-color: black;   
   /*border:1px solid; */
} 