	*{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		text-decoration:none;
		padding:0px;
		margin:0px;
		list-style-type:none;
		}
	
	img, button {
		border:#FFFFFF none 0px;
		background-color:transparent;
	}

.link
{
  text-decoration: none;
	color: #fff;
	font-weight:bold;
}


A.link:link, A.link:visited, A.link:active
{
  text-decoration: none;
  color: #fff;
	font-weight:bold;
}
A.link:hover
{
  text-decoration: underline;
    color: #89d2f1;
		font-weight:bold;
}

.link2
{
  text-decoration: none;
	color: #274571;
	font-weight:bold;
}

A.link2:link, A.link2:visited, A.link2:active
{
  text-decoration: none;
  color: #274571;
	font-weight:bold;
}
A.link2:hover
{
  text-decoration: none;
    color: #333;
		font-weight:bold;
}
	body {
		background-image:url(../images/bg.jpg);
		background-repeat:repeat-x;
		background-color:#2d4c7a;
		color:#FFF;
	}
	
	#topo {
		position:relative;
		width:980px;
		margin:auto;
	}
	
	h1 {
		color:#58a2d2;
		font-family:"Trebuchet MS";
	}

	h2 {
		color:#89d2f1;
		font-family:"Trebuchet MS";
		margin-bottom:10px;
	}


	#content {
		float:left;
		width:753px;
		margin:auto;
		margin-left:20px;
		padding-bottom:10px;
		position:relative;
	}
	
	#ColEsquerda {
		width:205px;
		float:left;
		color:#FFF;
		font-weight:bold;
	}

	#ColEsquerda ul {
		width:205px;
		float:left;
		color:#FFF;
		font-weight:bold;
		background-image:url(../images/bg-menu.jpg);
	}

	#ColEsquerda li {
		color:#fff;
		width:170px;
		font-size:90%;
		font-weight:bold;
		margin-left:10px;
		padding-left:10px;
		border-bottom: 1px dashed #88bfe5;
	}


	#ColEsquerda a {
		padding:10px;
		color:#fff;
		font-size:90%;
		display:block;
		font-weight:bold;
	}
	
	#ColEsquerda a strong {
		color:#fff;
		font-size:90%;
		font-weight:bold;
	}
	
	#ColEsquerda a strong:hover {
		text-decoration:underline;
		font-weight:bold;
	}
	
	#ColEsquerda a:hover {
		padding:10px;
		color:#17597a;
		background-color:#58a2d2;
		font-size:90%;
		display:block;
		font-weight:bold;
	}

	
	#rodape {
		float:left;
		width:100%;
		height:60px;
		margin:auto;
		padding-top:30px;
		margin-top:10px;
		background-image:url(../images/rodape.jpg);
		background-repeat:repeat-x;
	}
	
	#rodape p {
		color:#666666;
	}
	
	#rodape a {
		color:#FF3300;
	}	
