@charset "UTF-8";
/* CSS Document */

* {
	list-style:none;
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	background:#97AC93;
	font-family: Verdana, Geneva, sans-serif;
}

#mold {
	width:780px;
	margin:auto;
	border:2px solid #FFF;
	background:#FFF;
}

#topo {
	width:780px;
	height:195px;
	margin:auto;
	background:url(../imagens/topo.jpg);
}

#c1 {
	width:778px;
	height:270px;
	margin:auto;
	margin-top:10px;
	background:url(../imagens/bck_c1.jpg);
}

#rdp {
	width:780px;
	height:115px;
	clear:both;
	background:url(../imagens/bck_rdp.jpg) no-repeat;
	margin-top:10px;
	border-bottom:5px solid #FFF;
}

p {
	font-family:"Trebuchet MS", Arial, Georgia;
	font-size:14px;
	padding:10px;
}

h1, h2, h3 {
	font-family:"Trebuchet MS", Arial, Georgia;
	padding:10px;
}

address {
	font-family:"Trebuchet MS", Arial, Georgia;
	font-size:13px;
	font-style:normal;
	padding:10px;
}

fieldset {
	border:none;
}

label {
	font-family:"Trebuchet MS", Arial, Georgia;
	font-size:13px;
	margin-top:10px;
}

input {
	border:1px solid #ccc;
	height:20px;
}

textarea {
	border:1px solid #ccc;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #006600;
}

