/* CSS Document */
<!--

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
}

.titulo01 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 16px;
	color: #EEEEEE;
}

.titulo02 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 14px;
	color: #ee7800;
}

.titulo03 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 18px;
	color: #ee7800;
}

.titulo04 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 18px;
	color: #000000;
}

.link_menu {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	
}
.link_menu:hover {
	color: #ee7800;
	text-decoration:underline;
}

.link_util, .link_util:link, .link_util:visited
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color:#FF6600;
}
.link_util:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

a {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	color: #003399;
	text-decoration:none;
	
}
a:hover {
	color: #FF6600;
}


.destaque_link1 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 20px;
	color: #FF6600;
	text-decoration:none;
	
}
.destaque_link1:hover {
	color: #003399;
	text-decoration:underline;
}


	#boxes
	{
		font-family: Arial, sans-serif;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 90%;
	}
	#boxes li
	{
		position: relative;
		float: left;
		margin: 10px 10px 0px 0px;
		width: 235px;
		height: 170px;
		text-align: left;
		padding-top: 5px;
	}

-->
