@charset "utf-8";
/* CSS Document */

body {
	background-color: #e8e8e8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 550px;
	background-color: #fff;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#header {
	position:relative;
	width: 550px;
	height: 20px;
	background-color: #ff9900;
	font-size: 10pt;
	color: #FFF;
}

#content {
	width: 550px;
	font-size:medium;
	font-family:Verdana;
}

#titulo_ {
	top:20px;
	width:550px;
	height:350px;	
}

#info {
	left:0px;
	width:550px;
	height:100%;
}

#content_2 {
	background-color: #ff9900;
	clear: both;
	width: 550px;
}

a:link{
	text-decoration: none;
	color: #FF9900;
}

a:visited{
	text-decoration: none;
	color: #FF9900;
}

a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

a:active{
	color: #CCCCCC;
}

a.link2:link {
color:#FFF;
font-size: x-small;
}
a.link2:visited {
color:#fff;
font-size: x-small;
}
a.link2:hover {
color:#CCC;
text-decoration:underline overline;
font-size: x-small;
}
a.link2:active {
color:#FFF;
text-decoration:none;
background-color:#000000;
font-size: x-small;
}


.fonte1 {color: #FF6600}

.fonte2 {font-size: x-small}

.fonte3 {
	font-size: x-small;
	color:#ff6600;
}