/* CSS Document */

body {
	background: #f7f8fd url(images/fundo.jpg) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	padding: 100px 35px 10px 35px;
	margin: 0;
}

#menu {
	float: left;
	padding:0; 
	margin:0; 
	width: 200px;
}
	
#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type:none; 
	width:155px; 
	height:18px; 
	margin:2px 0; 
	clear:both;}

#menu a, #menu a:visited {
	position:relative; 
	display:block; 
	width:155px; 
	height:18px; 
	border-left:7px solid #999999; 
	border-right:0px solid #f7f8fd; 
	border-top:0px solid #f7f8fd; 
	border-bottom:1px solid #999999; 
	font-size: 7.2pt; 
	font-family: Verdana; 
	color:#333333; 
	padding-left:3px; 
	text-decoration:none;}
#menu a span, #menu a:visited span {display:none;}

#menu a:hover, #menu a.ativo {
	font-size: 7.2pt; 
	font-family: Verdana; 
	color:#333333; 
	font-weight: bold;
	background-color:#dddddd; 
	height:18px; 
	border-left:6px solid #333333; 
	border-right:0px solid #dddddd; 
	border-top:0px solid #dddddd; 
	border-bottom:1px solid #333333; 
	text-decoration:none;}
	
#menu a:hover span {
	position:absolute; 
	display:block; 
	left:130px; 
	top:0; 
	width:0px; 
	height:0px; 
	border-left:6px solid #c00; 
	border-top:8px solid #fff; 
	border-bottom:8px solid #fff; 
	font-size:7.2pt; 
	line-height:0;}

* html #menu a:hover span {
	width:8px; 
	height:16px; 
	width:0; 
	height:0;}

#conteudo {
	margin-left: 200px;
}

#centralizada p {
	text-align: center;
}

h1, h2, h3 {
	color: #800000;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

p {
	text-align: justify;
}

th {
	background-color: #e1e2e6;
}

td {
	vertical-align: top;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #800000;
}

a:hover {
	text-decoration: underline;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

form {
	margin: 0;
}

acronym {
	*text-decoration:underline;
}

.obs, .msg {
	color: #FF0000;
}

.msg {
	font-weight: bold;
}

.total {
	text-align: right;
}

.noWrap {
	white-space: nowrap;
}

.tdCentro td {
	text-align: center;
}

.destaque {
	text-align: center;
	padding: 7px;
	border: 1px solid #CCC;
	background: #EEE;
	width: 80%;
	margin: 0 auto;
}

#selo {
	text-align: center;
	margin: 20px 25px 20px auto;
}
