body {
	margin:1px;
}

ul.nav { 
	margin:0; 
	padding:0;
}
	
ul.nav li {
	list-style:none;	
	display:inline;
}

ul.nav li a {
	float:left;
	border:1px solid #cff;
	border-top:0.1em solid #fff;
	border-right:0.1em solid #909090;
	border-bottom:0.1em solid #909090;
	border-left:0.1em solid #fff;
	width:10.6em;
	font:14px Times New Roman, Times, serif ;
	background:#336633;
	color:#ffffff;
	text-align:center;
	padding:0  0.2em 0.2em  0;
	text-decoration:none;
}

ul.nav a:hover{
	background:#00CC66;
	color:#fff;
	border-color:#00f;
	border-color:#000 #fafafa #fafafa #000;
}

.texto{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #336633;
	font-weight:bold;
}

.texto2{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #336633;
	font-weight:bold;
	text-align:right;
}

.textos{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

.textos2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

a.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0000FF;
	background: #transparent;
	text-decoration: none;
	font-weight:bold;
}

a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background: #transparent;
	text-decoration: none;
}

table.produto {
	border-width: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: green;
	border-collapse: collapse;
	background-color: rgb(255, 250, 250);
}
table.produto td {
	border-width: 5px;
	padding: 5px;
	border-style: dotted;
	border-color: green;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 0px ;
}

input.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#84C125;
	height: 23px;
	width: 50px;
	border-top-color: #84C125;
	border-right-color:#666666;
	border-bottom-color:#666666;
	border-left-color:#84C125;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

input.botao2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#84C125;
	height: 23px;
	width: 28px;
	border-top-color: #84C125;
	border-right-color:#666666;
	border-bottom-color:#666666;
	border-left-color:#84C125;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

.editBox{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
}