body{
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	margin: 0px;
	background: transparent;
}
#navi{
	display: none;
}
.container{
	display: none;
}
#banner{
	display: block;
	margin-bottom:20pt;	
	width: 100%;
}
#banner h1{
	font-size: 1.1em;
	color: #6D6D6D;
}
#container{
	background: transparent;
	display:block;
	float:left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#page{
	display: block;
	padding:10px 10% 10px 10%;
	text-align: justify;
}
#main{
	display: block;
	padding: 20px 14px;
	text-align: justify;
}
#col{
	display: block;
	float: right;
	width: 35%;
	padding: 20px 12px 10px 12px;
	font-size:80%;
	clear: both;
}
#col1 {
	background-color: transparent;
	font-size:90%;
	text-align: justify;
	padding: 20px 8px;
}

#col2 {
	background: transparent;
	padding: 20px 12px;
	text-align: justify;
}
#footer{
	padding-bottom: 10px;
	text-align: center;
	font-size:0.9em;
}
#search{
	display:none;
}
img{
	display:none;
}
img.navi{
	display:none
}
h1{
	font-size: 1.4em;
	color: #4B4B4B;
	margin: 10px 0px;
}
h2{
	font-size: 1.2em;
	color: #4B4B4B;
	margin: 8px 0px;
}
h3{
	font-size: 1em;
	color: #4B4B4B;
	margin: 8px 0px;
}
h4{
	font-size: 1em;
	color: #000;
	margin: 8px 0px;
}

p{
	font-size: 1em;
	margin: 8px 0px;
}
p.small{
	font-size: 90%;
}
p.retranca{
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-color: #4B4B4B;
	padding: 4px;
}
hr{
	height: 1px;
	color: #6D6D6D;
}
th{
	background-color: #4B4B4B;
	color: #fff;
}

td.form {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	background-color: #A4A4A4;
}
input{
	font-size: 1em;
}
OL { 	
	list-style : upper-roman;
}

OL.letra { 
	list-style: lower-alpha;
}

OL.numero {
	list-style: decimal;
}
ul{
	list-style: square;
}
a{
	color: #000;
	text-decoration: none;
}
