/* CSS Document */

.new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
	font-weight: bold;
}

.link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
	font-weight: bold;
}
.link_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.link_menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399FF;
	font-weight: bold;
	text-decoration: underline;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(gifs/bg_barra.gif);
	border: none;
}
.subtitulo {
	font-family: Verdana;
	font-size: 10px;
	line-height: 18px;
	color: #006699;
}

a:link {text-decoration: none}
a:actived {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline; color: #3399FF;}

.textomenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.textomenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #77BA47;
	font-weight: bold;
}
.texto {
	font-family: Verdana;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	color: #3A418D;
}
.texto_noticias {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	color: #445A76;
}
.texto_menor {
	font-family: Verdana;
	font-size: 10px;
	line-height: 18px;
	color: #3A418D;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	color: #445A76;
}
.titulo_noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	line-height: 22px;
	font-weight: bold;
	color: #445A76;
}
.titulo_noticia_menor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	color: #4774AC;
}
.barra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: #f0f0f0;
}
H1#title {
	FONT-WEIGHT: Bolder; FONT-FAMILY: Verdana; TEXT-DECORATION: none; COLOR: #003300; font-size: 22px;
}
.menuinf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
}
.menuinf:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
}
.menupq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-size: 0.9em;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
	font-size: 1em;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #75808A;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #75808A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #75808A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #cc0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 1.0em;
	background: #dddddd;
	color: #000000;
}

/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
  background-color: #ffff99;
}

/* style for module titles */
.Head   {
    font-size: 1.4em;
    font-weight:  bold;
    color: #cc0000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  1.1em;
    font-weight:    bold;
    color: #75808A;
}

.Normal
{
   font-family: Verdana, Arial, Helvetica, Sans Serif;
   font-size: 8pt;
   font-weight: normal;
   color: black;
}

.menu2 {
	COLOR: #387088; 
	TEXT-DECORATION: none;
}
.menu2:hover {
	COLOR: #ff6600;
	TEXT-DECORATION: none;
}

.assinatura {
	FONT-SIZE: 10px; 
	COLOR: #d81820; 
	FONT-FAMILY: Verdana, Arial; 
	TEXT-ALIGN: justify; 
	FONT-WEIGHT: bolder; 
	TEXT-DECORATION: none;
}