/* CSS Document */

/* geral */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #666666;
	text-align: center;
}

/*------ALTERAÇÃO--*/
a  {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #720927;
	text-decoration: none;
}
a:hover  {
    color: #777777;
}
/*------FIM--*/



/* INPUT */  

INPUT.radio {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	border: none;
	height: 16px;
	width:17px;
	background-color: #EDEDED;
}
INPUT.grande {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height: 16px;
	width:250px;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #FFFFFF;

}

INPUT.pequeno {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	height: 16px;
	width:40px;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #FFFFFF;

}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	height: 16px;
	border: 1px solid #999;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

}

SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	height: 16px;
	background-color: #FFF;
	border: #999;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none; 
	height: 16px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #FFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

}

FORM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

ul {
	list-style-image: url(images/tracinho.gif);
	margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 25px;
}


/* Menu Principal
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

ul#mainmenu {
	padding: 0;
	margin:0;
	background: #720927;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

ul#mainmenu li { 
	float: left; 
	background: #720927;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

ul#mainmenu a:link, ul#mainmenu a:visited { 
	display: block;
	padding: 4px 8px 4px 8px; 
	text-decoration: none; 
	color: #FFF;
	font-weight: bold; 
}

ul#mainmenu a:hover { 
	background: #888;
	
}

ul#mainmenu a:active {
	background: #888;
}

ul#mainmenu .select {
	background: #888;
}


/* sub-Menu Principal
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

ul#submainmenu {
	padding: 0;
	margin:0;
	background: #888;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}

ul#submainmenu li { 
	float: left; 
	background: #888;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

ul#submainmenu a:link, ul#submainmenu a:visited { 
	display: block;
	padding: 1px 8px 1px 8px; 
	text-decoration: none; 
	color: #FFF;
	font-weight: bold; 
}

ul#submainmenu a:hover { 
	background: #720927;
	
}

ul#submainmenu a:active { 
	background: #720927;
}

ul#submainmenu .selected  { 
	background: #720927;
}



/* sub-Menu Secundário
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #720927;
	text-decoration: none;
}

.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #720927;
	text-decoration: none;
}

.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #720927;
	text-decoration: none;
}

.nivel1 {  
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
color: #720927; 
text-decoration: none; 
background-position: left top; 
padding-left: 20px; 
background-color: #FFFFFF; 
background-repeat: no-repeat; 
height: 10px; 
background-image: url(images/bg_nivel1_normal.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px
}

a.nivel1:hover { 
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
color: #720927; 
text-decoration: none; 
background-position: left top; 
padding-left: 20px; 
background-color: #DDDDDD; 
background-repeat: no-repeat; 
height: 10px; 
background-image: url(images/bg_nivel1_over.gif); 
padding-top: 3px; 
padding-bottom: 3px ; 
width: 190px
}


a.nivel1:active { 
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
color: #720927; 
text-decoration: none; 
background-position: left top; 
padding-left: 20px; 
background-color: #FFFFFF; 
background-repeat: no-repeat; 
height: 10px; 
background-image: url(images/bg_nivel1_over.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px 
}

.nivel1b {  
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
color: #720927; 
text-decoration: none; 
background-position: left top; 
padding-left: 20px; 
background-color: #FFFFFF; 
background-repeat: no-repeat; 
height: 10px; 
background-image: url(images/bg_nivel1_b_normal.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px
}

a.nivel1b:hover { 
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
color: #720927; 
text-decoration: none; 
background-position: left top; 
padding-left: 20px; 
background-color: #DDDDDD; 
background-repeat: no-repeat; 
height: 10px; 
background-image: url(images/bg_nivel1_b_over.gif); 
padding-top: 3px; 
padding-bottom: 3px ; 
width: 190px
}


a.nivel1b:active { 
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
color: #720927; 
text-decoration: none; 
background-position: left top; 
padding-left: 20px; 
background-color: #FFFFFF; 
background-repeat: no-repeat; 
height: 10px; 
background-image: url(images/bg_nivel1_b_over.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px 
}

.nivel2 {  
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-position: left top; 
padding-left: 30px; 
background-color: #FFFFFF; 
background-repeat: no-repeat; 
height: 10px; 
background-image: url(images/bg_nivel3_b_normal.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px
}
a.nivel2:hover { 
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-position: left top; 
padding-left: 30px; 
background-color: #F0EFEF; 
background-repeat: no-repeat; 
height: 10px; 
background-image: url(images/bg_nivel3_b_over.gif); 
padding-top: 3px; 
padding-bottom: 3px ; 
width: 190px
}

a.nivel2:active { 
font-family: arial; 
font-size: 11px; 
font-weight: bold; 
color: #000000; 
text-decoration: none; 
background-position: left top; 
padding-left: 30px; 
background-color: #F0EFEF; 
background-repeat: no-repeat; 
height: 10px; 
background-image: url(images/bg_nivel3_b_over.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px 
}

.nivel3 { 
font-family: arial; 
font-size: 11px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #FFFFFF; 
background-image: url(images/bg_nivel3_normal.gif); 
padding-left: 30px; 
padding-top: 2px; 
padding-bottom: 2px; 
height: 10px; 
width: 190px
}
a.nivel3:hover { 
font-family: arial; 
font-size: 11px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
background-image: url(images/bg_nivel3_over.gif); 
padding-left: 30px; 
padding-top: 2px; 
padding-bottom: 2px; 
height: 10px ; 
width: 190px
}
a.nivel3:active { 
font-family: arial; 
font-size: 11px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
background-image: url(images/bg_nivel3_over.gif); 
padding-left: 30px; 
padding-top: 2px; 
padding-bottom: 2px; 
height: 10px ; 
width: 190px
}

.nivel3b { 
font-family: arial; 
font-size: 11px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #FFFFFF; 
background-image: url(images/bg_nivel3_ultimo_normal.gif); 
padding-left: 30px; 
padding-top: 2px; 
padding-bottom: 2px; 
height: 10px; 
width: 190px
}

a.nivel3b:hover { 
font-family: arial; 
font-size: 11px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
background-image: url(images/bg_nivel3_ultimo_over.gif); 
padding-left: 30px; 
padding-top: 2px; 
padding-bottom: 2px; 
height: 10px ; 
width: 190px
}

a.nivel3b:active { 
font-family: arial; 
font-size: 11px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
background-image: url(images/bg_nivel3_ultimo_over.gif); 
padding-left: 30px; 
padding-top: 2px; 
padding-bottom: 2px; 
height: 10px ; 
width: 190px
}

.nivel4 {  
font-family: arial; 
font-size: 10px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
padding-left: 35px; 
height: 10px; 
background-image: url(images/bg_nivel4_normal.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px 
}

a.nivel4:hover { 
font-family: arial; 
font-size: 10px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
padding-left: 35px; 
height: 10px; 
background-image: url(images/bg_nivel4_over.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px 
}

a.nivel4:active { 
font-family: arial; 
font-size: 10px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
padding-left: 35px; 
height: 10px; 
background-image: url(images/bg_nivel4_over.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px 
}

.nivel4b {  
font-family: arial; 
font-size: 10px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
padding-left: 35px; 
height: 10px; 
background-image: url(images/bg_nivel4_ultimo_normal.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px 
}

a.nivel4b:hover { 
font-family: arial; 
font-size: 10px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
padding-left: 35px; 
height: 10px; 
background-image: url(images/bg_nivel4_ultimo_over.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px 
}

a.nivel4b:active { 
font-family: arial; 
font-size: 10px; 
font-weight: normal; 
color: #000000; 
text-decoration: none; 
background-repeat: no-repeat; 
background-position: left top; 
background-color: #F3F3F3; 
padding-left: 35px; 
height: 10px; 
background-image: url(images/bg_nivel4_ultimo_over.gif); 
padding-top: 3px; 
padding-bottom: 3px; 
width: 190px 
}


/* CONTEUDO
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	background-color: #4B4B4B;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}

.destaque a:link, .destaque a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	
}
.destaque a:hover {
	color: #FFFFFF;
}
.destaque a:active {
	color: #FFFFFF;
}

.agenda {
	text-decoration: none;
	background-color: #dddddd;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #720927;
	text-decoration: none;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.agenda a:link, .agenda a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.agenda a:hover {
	color: #720927;
}
.agenda a:active {
	color: #720927;
}

.agenda h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-align: left;
}
.noticias h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #720927;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.noticias h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}
.noticias a:link, .noticias a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #720927;
	text-decoration: none;
}
.noticias a:hover {
	color: #888;;
}
.noticias a:active {
	color: #888;
}

.bgbarras {
	background-image: url(images/bg_barras_color.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}


/*------ALTERAÇÃO--*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding: 2px;
}

/*------FIM--*/

.textform {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textform:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textform:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textform:hover {
    color: #000000;
}

/* Spacer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.space {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}


.link   {
	font-family: Arial;
	font-size: 11px;
	color: #720927;
	font-weight: bold;
	text-decoration: none;
}
.link a:link, .link a:visited   {
	font-family: Arial;
	font-size: 11px;
	color: #720927;
	font-weight: bold;
	text-decoration: none;
}
.link a:hover   {
	color: #000;
	
}

td.spacetab {
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 13px;
  padding-top: 15px;
	
}

td.spacetab1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #000000;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 13px;
 padding-top: 15px;
	
}

td.spacetexto {
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-top: 3px;
	
}

td.spacelogin {
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	
}

td.spacealtdados {
  padding-left: 9px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-top: 0px;
	
}
td.spacelinha {
  padding-left: 3px;
  padding-right: 3px;
 	
}

.texto {
	font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
	text-decoration: none;
}

.textoblack {
	font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
	text-decoration: none;
}


.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titulo a:link, .titulo a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titulo a:hover {
	color: #720927;
}


.tituloblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* Calendário
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.diaselect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	background-color: #720927;
	height: 14px;
	width: 14px;
}
a.diaselect:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	background-color: #720927;
	
}
a.diaselect:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	background-color: #720927;
	
}
a.diaselect:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align:center;
	background-color: #720927;
	
}

a.diaselect:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #720927;
	text-decoration: none;
	text-align:center;
	background-color: #720927;
	
}

.dia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:center;
	height: 16px;
	width: 16px;
}

a.dia:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #720927;
	text-decoration: none;
	text-align:center;
	
}
a.dia:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #720927;
	text-decoration: none;
	text-align:center;
}
a.dia:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align:center;
}

a.dia:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #720927;
	text-decoration: none;
	text-align:center;
}
.missingday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #720927;
	text-decoration: none;
	background-color: #F2F3F4;
	text-align:center;
	height: 16px;
	width: 16px;
	border: 1px dotted #999999;
}

.setinhasred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #720927;
	text-decoration: none;
}
