@charset "utf-8";
/* CSS Document */
/* Imports */

@import url('estilos_ids.css');
@import url('estilos_classes.css');
@import url('estilos_ministerios.css');


/* TAGs Principais */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #999982;
	background-image: url(img/fundo.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}

a:link,
a:visited,
a:active
{
	color: #55790c;
	font-style: italic;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #990002;
}

p
{
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 5px;
}

ul
{
	margin: 0px;
	padding: 0px;
}

ul li
{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	background-image: url(img/marcador_li.jpg);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

ol
{
	margin-left: 20px;
	padding: 0px;
}

ol li
{
	margin-left: 10px;
	padding: 0px;
	background-image: none;
	list-style-type: decimal;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 309px;
	height: 34px;
	margin-left: -10px;
	margin-top: -1px;
}

h2
{
	border-bottom: 1px dotted #9BB412;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
}

h6
{
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5B7400;
	font-weight: normal;
}

hr
{
	height: 0px;
	background: none;
	border: 0px;
	border-bottom: 1px solid #9BB412;
}

table
{
	border-left: 1px solid #AACCAA;
	border-top: 1px solid #AACCAA;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

th
{
	border-right: 1px solid #AACCAA;
	border-bottom: 1px solid #AACCAA;
	background-color: #EEFFDD;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #005500;
}

td
{
	border-right: 1px solid #AACCAA;
	border-bottom: 1px solid #AACCAA;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

table a:link,
table a:visited,
table a:active,
table a:hover
{
	font-style: normal;
}

/* Formulários */

form
{
	position: relative;
	margin: 0 auto;
	padding: 10px;
	border: 1px dashed #577E0B;
	background-color: #EEFFDD;
	width: 600px;
}

label
{
	display: inline-block;
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

input[type=text],
input[type=password],
select
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 3px;
}

input[type=button],
input[type=submit],
input[type=reset],
button
{
	background-color: #006600;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 250px;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 3px;
}

