body{
  font-family: Verdana, Tahoma, sans-serif;
  text-align: left;
  font-size: 11px;
  color: #000000;
}


A {
 font-size: 11px;
 color: #FF6E00;
 text-decoration: none;
}

A:hover {
  color: #333333;
  text-decoration: underline;
}


.menu_top {
 font-size: 10px;
 color: #000000;
 font-weight: bold;
 text-decoration: none;
}

.menu_top:hover {
  color: #777777;
  text-decoration: none;
}


.menu_footer {
 font-size: 10px;
 color: #666666;
 text-decoration: none;
}

.menu_footer:hover {
  color: #000000;
  text-decoration: underline;
}


.cell_border {
	text-valing: top;
	border: 1px solid #cccccc;
	
}



 /*
 * INPUT FORMs
 */
.formInput {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: verdana, arial;
	background: #f9f9f9; border: 1px solid #999999; width: 98%;
}

SELECT {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: verdana, arial;
	background: #f9f9f9; border: 1px solid #999999; width: 98%;
}


BUTTON {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #FF6700; font-weight: bold; FONT-FAMILY: verdana, arial;
	background: #f9f9f9; border: 1px solid #999999; width: 79px;
}

TEXTAREA {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #666666; FONT-STYLE: normal; FONT-FAMILY: verdana, arial;
	background: #f9f9f9; border: 1px solid #999999; height: 98%; width: 98%;
}

.button_submit {
	text-align: left;
	color: #FFFFFF;
	border: 0px;
	
	padding-left: 30px;
	width: 101px;
	height:16px;

	background-image: url(../images/button.gif );
	background-repeat: no-repeat;
	
	cursor: pointer;
}



.header_page {
  padding-top: 5px;
  padding-left: 15px;
  text-align: left;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}

/** PARA CONTENT LINK **/
.page_link_tema {
  font-size: 11px;
  text-align: left;
  color: #aaaaaa;
  font-weight: bold;
}
.page_link_titulo {
  font-size: 12px;
  text-align: left;
  color: #444444;
  font-weight: bold;
}
.page_link_introducao {
  padding-top: 5px;
  text-align: justify;
  font-size: 11px;
  color: #5a5a5a;
}
.page_link_texto {
  padding-top: 10px;
  text-align: justify;
  font-size: 11px;
  color: #5a5a5a;
}
.page_link_link {
  padding-top: 10px;
  text-align: left;
  font-size: 11px;
  color: #EB7A00;
}
.page_link_image {
	padding-right: 10px;
}

.page_link_cell {
	text-valing: top;
	border: 1px solid #cccccc;
	
	width: 250px;
	height: 120px;
}