body {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : black;
}
.titulo {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : black;
	font : bolder;
}
.titulo_branco {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : white;
	font : bolder;
}
.texto {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : black;
}
.texto_peq {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : black;
}
.texto_peq_branco {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : white;
}
.texto_erros {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : red;
}
.texto_dicas_vermelho {
	font-family : Microsoft Sans Serif;
	font-size : 12px;
	font-style : normal;
	color : red;
}
.texto_dicas_logoritmo {
	font-family : Comic Sans MS;
	font-size : 12px;
	font-style : normal;
	color : black;
}
a.menup {
	font-family : Verdana;
	font-size : 9px;
	font-style : normal;
	color : #666666;
	font : bolder;
	text-decoration : none;
}
a.menu {
	font-family : Verdana;
	font-size : 10px;
	font-style : normal;
	color : #666666;
	font : bolder;
	text-decoration : none;
}
a.menu:link {
	font-family : Verdana;
	font-size : 10px;
	font-style : normal;
	color : #666666;
	font : bolder;
	text-decoration : none;
}
a.menu:hover {
	font-family : Verdana;
	font-size : 10px;
	font-style : normal;
	color : #000000;
	font : bolder;
	text-decoration : none;
}
a.main {
	font-family : Verdana, Arial;
	font-size : 15px;
	font-style : normal;
	color : black;
	text-decoration : none;
	font : bolder;	
}
a.main:link {
	font-family : Verdana, Arial;
	font-size : 15px;
	font-style : normal;
	color : black;
	text-decoration : none;	
}
a.main:hover {
	font-family : Verdana, Arial;
	font-size : 15px;
	font-style : normal;
	color : black;
	text-decoration : underline;
}
a.main:visited {
	font-family : Verdana, Arial;
	font-size : 15px;
	font-style : normal;
	color : black;
}
table {
	border : black;
}
td.head {
	background-color : Teal;
	font-family : Verdana, Arial;
	font-size : 12px;
	font-style : normal;
	color : white;
}
td.body {
	background-color : white;
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : black;
	border-color : teal;
}
td.body_green {
	background-color : #e6ffe6;
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : black;
	border-color : teal;
}
td.body_teal {
	background-color : teal;
	font-family : Verdana, Arial;
	font-size : 12px;
	font-style : normal;
	color : white;
	border-color : teal;
}
td.body_gray {
	background-color : #f5f5f5;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	color : black;
}
INPUT, OPTION, SELECT  {
	font-size : 8pt;
	font-family : Verdana;
	color : black;
}	
input.botao {
	background-color: #E7E7E7;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	border: 1 outset #000000
}