/* The main mecatena css. */
body {
margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;
}

.menu0  {background: white; cursor: pointer; text-align: center;}
    .menu0:visited  {}
    .menu0:link  {}
    .menu0:hover  {background: lavender;}

    .act0  {width: 140px;}
    .act1 {cursor: pointer;}
    .act3 {font-size: 9px;text-align: left;}

div {
scrollbar-face-color: RGB(118,148,155);
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:  #FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:white;
scrollbar-track-color:white;
}

.destaque {
	font-size: 11px; 
	font-weight: bold; 
	color: white;
	font-family: Gadget, Geneva,Lucida Grande, Lucida Sans Unicode;
}

.gdestaque {
	background-color: RGB(121,151,158);
}

.no_destaque {
	font-size: 11px; 
	font-family: Gadget, Geneva,Lucida Grande, Lucida Sans Unicode;
}
.no_destaque_small {
	font-size: 8px; 
	font-family: Gadget, Geneva,Lucida Grande, Lucida Sans Unicode;
}
.no_destaque_bold {
	font-size: 11px; 
	font-weight: bold; 
	font-family: Gadget, Geneva,Lucida Grande, Lucida Sans Unicode;
}
.no_destaque_hr {
	font-size: 11px;
	color: blue;
	text-decoration: underline; 
	cursor: pointer;
	font-family: Gadget, Geneva,Lucida Grande, Lucida Sans Unicode;
}

.destaque_dark {
	font-size: 11px; 
	font-weight: bold; 
	font-family: Gadget, Geneva,Lucida Grande, Lucida Sans Unicode;
}

.destaque_color {
	font-size: 11px; 
	font-weight: bold; 
	font-family: Gadget, Geneva,Lucida Grande, Lucida Sans Unicode;
	color: RGB(36,74,155);
}