/* 
"#" referencia um item pelo id, exemplo, 
vc dá um id para a tabela, se vc colocar "#" 
na frente, vc pega todos os dados na sequencia das tags 
*/
#menu_suites tr td a, #menu_suites tr td a:hover{
	font-family:arial, verdana, helvetica, 'sans-serif';
	color:#9b0505; 
	font-size:13px;
	text-decoration:none;
}

#header tr td table tr td a, #header tr td table tr td a:hover{
	font-family:verdana;
	font-size:10px;
	text-decoration:none;
	color:#CCC;
	font-weight:bold;
}

.bold {
font-weight:bold;
}
.verdana {
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.arial { 
font-family:Arial, Helvetica, sans-serif;
}
.size9 { 
font-size:9px;
}
.size10 { 
font-size:10px;
}
.size11 { 
font-size:11px;
}
.size12 { 
font-size:12px;
}
.size14 { 
font-size:14px;
}
.size16 { 
font-size:16px;
}
.size22 { 
font-size:22px;
}
.redColor {
color:#9B0505;
}
.menuColor {
color:#CCCCCC;
}
.BlackColor {
color:#000000;
}
.texto_gray		{font-family:verdana;font-size:8pt;text-decoration:none;color:#3E3E3E;}
.texto_gray_pq	{font-family:verdana;font-size:7.5pt;text-decoration:none;color:#3E3E3E;}
.formfale		{font-family:verdana;font-size:8pt;background-color:#FAFAF3;}