BODY {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.titulopagina {
	font-family: arial;
	font-size: 20px;
	color: #FFFFFF;
}

.titulopost {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #0099cc;
}

.textopost {
	font-family: arial;
	font-size: 13px;
	color: #ffffff;
}

.texto {
	font-family: arial;
	font-size: 13px;
	color: #d0ffc3;
}

.textoescuro {
	font-family: arial;
	font-size: 13px;
	color: #c3c3c4;
}

a.linkexclusaoalteracao {
	font-family: arial;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
}

INPUT[type=text] {
	height: 32px;
	background-color: #191919;
	border: none;
	vertical-align: middle;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #787878;
}

INPUT[type=password] {
	height: 32px;
	background-color: #191919;
	border: none;
	vertical-align: middle;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #787878;
}

INPUT[type=submit] {
	height: 32px;
	border: none;
	padding: 5px;
	background-color: #191919;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #d8edd2;
}

INPUT[type=button] {
	height: 32px;
	border: none;
	padding: 5px;
	background-color: #191919;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #d8edd2;
}

