/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	vertical-align: baseline;
	text-decoration:none;
}

body{
	background:#F8F8F8;
}
#geral {
	position:relative;
	float:left;
	left:50%;
	width:776px;
	margin:0 0 0 -390px;
}
#header {
	font-size:30px;
	color:#03C;
	width:776px;
	padding:10px 0 0px;
	margin-top:10px;
}
#conteudo {
	width:776px;
	font-size:14px;
	float:left;
}
#conteudo ul li {
	margin-left:15px;
}
#introducao{
	width:776px;
	position:relative;
	float:left;
	background:#fff;
	border:1px #999 solid;
	padding:10px 10px;
	margin-bottom:20px;
}

.title {
	font-size:18px;
	border-bottom:1px #999999 solid;
	margin-top:10px;
}
.strong{
	font-weight:bold;
}
.peq a {
	font-size:12px;
	color:#03c;
}
.peq a:hover {
	text-decoration:underline;
}
.fototopo {
	width: 225px;
	float: right;
	padding: 5px 0 15px 15px;
}
.fotoe {
	width: 225px;
	float: left;
	padding: 5px 25px 5px 0;
}
.fotoep {
	width: 100px;
	float: left;
	padding: 5px 15px 5px 0;
}
.fotod {
	width: 225px;
	float: right;
	padding: 5px 0 10px 10px;
}
.fotodp {
	width: 100px;
	float: right;
	padding: 5px 0 5px 15px;
}
#menu {
	width:776px;
	font-size:13px;
	float:left;
	margin-bottom:10px;
}
#menu li {
	float:left;
	list-style-type:none;
	display:inline;
	line-height:12px;
	padding-left:5px;
	margin-left:5px;
	border-left:1px solid;
	border-left: expression(this.previousSibling == null ? 'none' : '1px solid');
	margin-left: expression(this.previousSibling == null ? '0' : '5px');
	padding-left: expression(this.previousSibling == null ? '0' : '5px');
}
#menu li:first-child {
	border-left:none;
	padding:0;
	margin:0;
}
#menu li a {
	color:#FF8040;
	font-weight:bold;
}
#menu li a:hover {
	color:#03c;
	text-decoration:underline;
}