*{
	margin: 0px;
	padding: 0px;
}
#recipiente {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}


body {
	background-image: url(fundo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #99CCFF;
	font-family: "Trebuchet MS", Tahoma, Verdana;
}
#recipiente #topo {
	height: 75px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(topo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#recipiente #corpo {
	padding: 2px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #99CCFF;
}
#recipiente #corpo #menu {
	height: 22px;
	background-color: #EEEEEE;
	padding: 2px;
}


#recipiente #corpo #info h1 {
	font-size: 160%;
	color: #6699EE;
	text-align: center;
	margin-top: 15px;
}

#recipiente #corpo #info .less {
	font-size: 80%;
	color: #6699EE;
	text-align: center;
	margin-top: -5px;
}

#recipiente #corpo #info {
	min-height: 210px;
	font-size: 80%;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#recipiente #corpo #info span {
	font-size: 80%;
	color: #99CCFF;
}

#recipiente #links {
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #99CCFF;
	padding: 2px;
}
#recipiente #links span {
	float: right;
}


#recipiente #rodape {
	width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #6699EE;
	border: 1px solid #EBEBEB;
	padding: 3px;
	font-size: 70%;
	text-align: center;
}

.active {
	background-color: #FFFFFF;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99CCFF;
	border-right-color: #99CCFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #99CCFF;
	border-top-width: 1px;
	background-image: url(active.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ul {
	list-style: none;
	}
#rodape li {
	float: left;
	width: 49%;
	margin-right: auto;
	margin-bottom: auto;
	text-align: left;
	font-size: 120%;
	padding: 2px;
}
#rodape li:hover {
	background-color: #EBEBEB;
}
#rodape a:link {color: #FFFFFF; text-decoration: none;}
#rodape a:visited {color: #EEEEEE;}
#rodape a:hover {color: #75A9F4; text-decoration: none;}

#links a:link, a:visited {color: #000000; text-decoration: none;}
#links a:hover {color: #333333; text-decoration: none;}

a:link {color: #6699EE; text-decoration: none;}
a:visited {color: #6699EE; text-decoration: none;}
a:hover {color: #FFFFFF; text-decoration: none;}
label {
	width: 150px;
	float: left;
}
input, select {
	margin: 2px;
	padding: 2px;
}
textarea{
	padding: 2px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEEE;
	border: 1px solid #99CCFF;
}