body {
	margin: 0px;
	padding: 0;
	background-attachment: fixed;
	background-image: url(../img/site/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body, tr, td, input, select, textarea { 
	font-family: Tahoma, Verdana, Arial;
	line-height: 1.5; 
	font-size: 11px; 
	color: #4C4C4C;
	font-weight: normal;
}

a:link { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover { color: #006699; text-decoration: underline; }

#menu {
	background-color: #80B074;
	border: 1px solid #FFF;
}

#menu td {
	font-family: Arial, Verdana, Tahoma;
	font-size: 7pt;
	text-align: left;
	color: #000;
	font-weight:bold;
}

#menu .row1 {
  background-color: #80B074;
}

#menu .row2 {
  background-color: #DDDDDB;
}

#menu .row3 {
  background-color: #8BC274;
}

#menu a:link { color: #000; text-decoration: none; }
#menu a:visited { color: #000; text-decoration: none; }
#menu a:hover { color: #000; background: #8BC274; text-decoration: underline; }


#table {
  clear: both;
  background-color: #FFF;
  border: 1px solid #A3D9C2;
}

#tableError {
  clear: both;
  background-color: #FFF;
  border: 1px solid red;
}

#table th {
  text-align: center;
  font-size: 11px;
  color: #007342;
  background-color: #A3D9C2;
  padding: 2px;
  height: 15px;
}

#table .row1 {
  background-color: #E6F2ED;
}

#table .row2 {
  background-color: #FFF;
}

.titulo { 
	font-family: Arial-Black;
	font-size: 22px; 
	color: #0F3C00;
	text-align:left;
	font-weight: bold;
}

.subTitulo { 
	font-family: Arial-Black;
	font-size: 14px; 
	color: #0F3C00;
	text-align:left;
	font-weight: bold;
}

.tituloBlog { color: #0f3c00; font-size: 20px; font-weight: bold; }