* {
	margin: 0;
	padding: 0;
}

body {
/*	background: #F5F5F5 url(images/img01.gif) repeat-x; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #353537;
	background: #f2f2f2;
}

p {
	margin-top:5px;
	margin-bottom:5px;
	text-align:justify;
}


img {
	border:0px;
}

a:hover {
	background: none;
	color: #E43C15;
}

.bordaInput {
	border:#aeadab solid 1px;
}

/* Menu */

#menu {
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 30px;
	padding: 12px 11px 0px 12px;
	font-size: 1.0em;
	font-weight: bold;
	color: #FCFDDF;
}

#menu a:hover {
	color: #008080;
}


/* Footer */

#footer {
	height: 116px;
	background: url(imagens/fd_bottom.jpg) top repeat-x;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}

/* NOVO */
a {
	text-decoration: none;
	color: #008080;
}

a:hover {
	background: none;
	color: #FF9900;
}

.divisor {
	background: url(imagens/fd_divisor.jpg) repeat-y center bottom;
	width: 72px;
}

.argola {
	background: url(imagens/argola.jpg) no-repeat top center;
	height:174px;
}

#titulo {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	height:25px;
	text-transform:uppercase;
	font-size: 1.0em;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	border-bottom: 1px solid #F0F0F0;
}

#titulo p {
	font-size: 1.2em;
	color:#FF9900;
	margin:0px;
}

.subTitulo {
	padding-bottom:5px;
	height:25px;
	text-align:left;
	vertical-align:middle;
	text-transform:none;
	font-size: 0.9em;
	font-weight:bold;
}

.coluna1 {
	width:200px;
}

.margemR {
	margin-right:10px;
}

.margemL {
	margin-left:10px;
}

.linha {
	height:1px;
	background-color:#aeadab;
}

.linha1 {
	height:5px;
	border-bottom: 1px solid #F0F0F0;
}

div.transON {
	width: 100%; 
	opacity: .50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

div.transOFF {
	cursor: pointer;
	width: 100%; 
}