body {
	font-family: Tahoma;
	font-size:11px;
	background-color: #edf0c5;
	margin: 0px;
}

.menu {
}

.conteudo {
}

.geral {
}

.topo {
}

ul {
}

ul li {
}

fieldset {
}

form {
}

form div {
}

label {
}

input {
}

textarea {
}

input[type="text"]{
	width:200px;
	height:13px;
	font-size:11px;
	font-family:Tahoma;
	color:#666;
	padding:1px 0px 0px 3px;
}

input[type="password"]{
}

input[type="file"]{
}

input[type="submit"]{
	width:55px;
	height:20px;
	background-color:#297D2E;
	color:#FFF;
	font-size:11px;
	border:1px solid #297d2e;
}

select {
	width:130px;
	height:20px;
	color:#666;
	font-size:11px;
}
