/* Start of CMSMS style sheet 'acenbi' */
/* Estilos globais */

/*****************
browsers interpret margin and padding a little differently, we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/* Set initial font styles */
body {
   text-align: left;
   font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
   font-size: 11px;
   line-height: 100%;
}

/* set font size for all divs, this overrides some body rules */
div {
   font-size: 11px;
}

/* if img is inside "a" it would have borders, we don't want that */
img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: black; 
}

a:visited {
   text-decoration: none;
  color: black;
}

a:hover {
   text-decoration: underline;
   color: red;
}
/******************************************************/
/* Estilo para corpo menor */
.acenbi_texto_menor {
font-family: Arial;
font-size: 11px;
color: black;
}
a.acenbi_texto_menor:link {
color: black;
text-decoration: none;
}
a.acenbi_texto_menor:visited {
color: black;
text-decoration: none;
}
a.acenbi_texto_menor:hover {
color: red;
text-decoration: underline;
}
/******************************************************/
/* Estilo para corpo maior */
.acenbi_texto_maior {
font-family: Arial;
font-size: 12px;
color: black;
}
a.acenbi_texto_maior:link {
color: black;
text-decoration: none;
}
a.acenbi_texto_maior:visited {
color: black;
text-decoration: none;
}
a.acenbi_texto_maior:hover {
color: red;
text-decoration: underline;
}
/******************************************************/
/* Estilos para news - summary template - destaque_summary_template */
.destaque_summary_template_titlelink {
margin-bottom: 0px;
margin-top: 0px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: black;
}
a.destaque_summary_template_titlelink:link {
text-decoration: none;
color: black;
}
a.destaque_summary_template_titlelink:visited {
text-decoration: none;
color: black;
}
a.destaque_summary_template_titlelink:hover {
text-decoration: underline;
color: red;
}
/******************************************************/
/* Estilos para news - summary template - lateral_direita_summary_template */
.lateral_direita_summary_template_titlelink {
margin-bottom: 0px;
margin-top: 0px;
margin-right: 3px;
font-family: Arial;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: black;
}
a.lateral_direita_summary_template_titlelink:link {
text-decoration: none;
color: black;
}
a.lateral_direita_summary_template_titlelink:visited {
text-decoration: none;
color: black;
}
a.lateral_direita_summary_template_titlelink:hover {
text-decoration: underline;
color: red;
}
/* End of 'acenbi' */

