BODY {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.titulopagina {
	font-family: arial;
	font-size: 20px;
	color: #134206;
}

.titulopost {
	font-family: georgia, arial;
	font-size: 25px;
	color: #124105;
}

.textopost {
	font-family: arial;
	font-size: 13px;
	color: #124105;
}

.texto {
	font-family: arial;
	font-size: 13px;
	color: #d0ffc3;
}

.textoescuro {
	font-family: arial;
	font-size: 13px;
	color: #134206;
}

a.linkexclusaoalteracao {
	font-family: arial;
	font-size: 13px;
	color: #134206;
	text-transform: uppercase;
}

INPUT[type=text] {
	height: 32px;
	background-color: #65cf48;
	border: none;
	vertical-align: middle;
	font-family: Arial;
	font-size: 13px;
	color: #1a7301;
}

INPUT[type=password] {
	height: 32px;
	background-color: #65cf48;
	border: none;
	vertical-align: middle;
	font-family: Arial;
	font-size: 13px;
	color: #1a7301;
}

INPUT[type=submit] {
	height: 32px;
	border: none;
	padding: 5px;
	background-image: url("../img/bg_botao.gif");
	background-color: #308619;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #d8edd2;
}


