/* formatação para TODAS as tags do HTML */
*{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

/* organização do layout */
#all{
	width: 1000px;
	margin: auto;
}

#menu{
	height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	color: #FFF;
	font-size: 11px;
}
#menu a{
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
}
#menu a:hover{
	text-decoration: underline;
}

#header{
	height: 153px;
	border-top: solid;
	border-top-width: 2px;
	border-top-color: #4e9539;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #4e9539;
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #4e9539;
	padding: 10px;
	background-image: url(../img/header.jpg);
	background-color: #FFF;
	text-align: center;
}

#content{
	width: 976px;
	border-left: solid;
	border-left-width: 2px;
	border-left-color: #4e9539;
	border-right: solid;
	border-right-width: 2px;
	border-right-color: #4e9539;
	padding: 10px;
	display: table;
	background-color: #FFF;
}
#content #mnu{
	display: inline;/*para ajuste de margin no ie*/
	width: 160px;
	padding: 10px;
	margin-left: 15px;
	float: left;
	background-color: #EEE;
}
#content #mnu #complete{
	background-color: #6C6;
	padding: 3px;
	width: 125px;
	display: none;
}
#content #mnu #data{
	cursor: pointer;
}
#content #mnu a{
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	color: #008A00;
}
#content #mnu a:hover{
	background-color: #000;
	color: #FFF;
}
#content #mnuint{
	display: inline;/*para ajuste de margin no ie*/
	text-align: justify;
	font-family: cursive;
	font-size: 12px;
}

#content #mnuint a{
	display: inline;/*para ajuste de margin no ie*/
	text-align: justify;
	font-family: cursive;
	font-size: 12px;
}

#content #mnuint a:hover{
	display: inline;/*para ajuste de margin no ie*/
	text-align: justify;
	font-family: cursive;
	font-size: 12px;
}

#content #text{
	width: 700px;
	margin-left: 215px;
	text-align: justify;
}

#content #text #texttit{
	width: 700px;
	text-align: center;
	font-family: cursive;
	font-size: 18px;
}

#content #text #textctz{
	width: 700px;
	text-align: center;
	font-family: cursive;
}

#content #text #textedt {
	display: block;
	font: 10px;
	font-family: cursive;
	text-indent: inherit;
}

#content #text #textedt a {
	display: block;
	font: 12px;
	font-family: cursive;
	color: #256179;
}

#content #text #textinsc a {
	display: block;
	text-align: center;
	font: 14px;
	font-family: cursive;
	color: black;
}

#content #text #textinsc a:hover {
	display: block;
	font: 14px;
	font-family: cursive;
	color: red;
}

#content #text .imgpro{
	width: 90px;
	margin-right: 5px;
	float: left;
}
#content #text .imgdet{
	width: 160px;
	margin-right: 5px;
	display: block;
	border: none;
}
/*estilos FORM - início*/
#content #text #textficha .style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
}
#content #text #textficha .style3 {color: #FF0000; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
#content #text #textficha .style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
#content #text #textficha .style9 {color: #FF0000; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
#content #text #textficha .style11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9; }
#content #text #textficha .style19 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
#content #text #textficha .style24 {color: #FFFFFF}
#content #text #textficha .style25 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #FFFFFF; }
/*estilos FORM - fim*/


#footer{
	font-size: 11px;
	border-left: solid;
	border-left-width: 2px;
	border-left-color: #4e9539;
	border-right: solid;
	border-right-width: 2px;
	border-right-color: #4e9539;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #4e9539;
	text-align: center;
	padding: 10px;
	background-color: #EEE;
}

/* formatação das tags do HTML */
html{
     overflow: -moz-scrollbars-vertical;
}

body{
	background-image: url(../img/background2.jpg);
}

h1{
	font-size: 22px;
	margin-bottom: 15px;
}

h2{
	font-size: 18px;
	margin-bottom: 10px;
}