@charset "utf-8";
/* CSS Document */
body {
	background-color: #61686E;
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color: #9C3C96;
}
a:hover {
	color: #9C3C96;
	text-decoration:underline;
}

h1 {
	font-size: 21px;
	color: #9C3C96;
	margin:0px;
	padding-bottom:0px;
}
h2 {
	font-size: 16px;
	color: #9C3C96;
	margin:0px;
	padding-top:0px;
	font-weight:bold;
}

.sitemap {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;	
}
a.sitemap:link, a.sitemap:visited, a.sitemap:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;	
}
a.sitemap:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;	
}
a.copyright:link, a.copyright:visited, a.copyright:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;	
}
a.copyright:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
ul {
	list-style-image: url(./imagens/bullet.jpg);
	font-weight:bold;
	}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 505px;
height: 365px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0em auto;
padding: 0px;
}
