h1 {
font:bold 18px Trebuchet MS, arial, tahoma, verdana;
color:#990000;
height:25px;
border-bottom:1px dotted #000000;
margin-bottom:15px;
margin-top:12px;
}
.arialnormaljustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.subtitarialazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
.arialnormalcentrada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.arialnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.subtitarialnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.arialminivermelha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.subtitulovermelho {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
.bordadirtracejada {
border-right: 1px dotted #990000;
}
/*-------------- Menu Vertical-----------------*/
#menu {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 138px;
}
#menu li {
	font: 10px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
}
#menu a {
	background: #085A9C;
	border-bottom: 1px solid #888888;
	color: #fff;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("../imagens/hover.gif") left center no-repeat;
	color: #fff;
	
}
.linkazul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000CC;
}