body {
	font-family: arial, sans, verdana;
	background-color: #FFF7EB;
}

font.titulo {
	font-size: 19;
	font-style: italic;
	font-weight: bold;
}

img { border-width: 0; }

input.botao {
	border: 1px solid #FFD986;
	font-weight: bold;
	font-size: 11;
	cursor: pointer;
	background-color: #FFFFE1;
}

input.formulario {
	border: 1px solid #FFD986;
	background-color: #FFF6E1;
	width: 230;
	font-size: 12;
}

table.trabalho { border: 1px solid #FFD986; }

td { font-size: 12px; }

td.trabalho {
	background-image: url('./layout/area.jpg');
	font-size: 13px;
	line-height: 15px;
	text-align: justify;
	padding: 6px;
	vertical-align: top;
}

td.lateral {
	background-image: url('./layout/lateral_dir2.jpg');
	vertical-align: top;
	text-align: center;
	padding-top: 70px;
	font-size: 15;
}

td.rodape {
	background-image: url('./layout/base.jpg');
	padding-top: 56;
	font-size: 9px;
	color: #B02811;
	font-weight: bold;
	font-style: italic;
}

textarea.formulario {
	border: 1px solid #FFD986;
	background-color: #FFF6E1;
	width: 460;
	height: 60;
	font-size: 14;
	font-family: arial, sans, verdana;
}

ul.modulos {
	padding: 0 0 0 15;
	list-style-position : inherit;
	list-style-type : circle;
	margin: 0;
	font-size: 14;
}