body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#666;
	margin:0;
	background:#E6E8E9;
}

#wrapper {
	width:760px;
	margin:0 auto 20px auto;
	background:#fff;
	border:1px solid #000;
    box-shadow: 5px 5px 35px #555;
}

#header {
	border-top:15px solid #FFE620;
}

#header h1 {
	margin:25px 0 0 0;
	padding:25px 25px 0 30px;
    font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size:48px;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
}
#header h2 {
    padding:0 25px 20px 30px;
    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 28px;
	font-weight:normal;
    line-height: 40px;
    letter-spacing: -1px;
	color:#444;
}

#navigation {
	background:#222;
    padding: 0;
	margin:0;
	height:43px;
}

#navigation li {
	float:left;
	list-style:none;
}

#navigation li a {
	color:#ddd;
	padding:12px 15px 12px 15px;
    font:1.4em proxima-nova-extra-condensed,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing:1px;
	font-weight:300;
	text-decoration:none;
	display:block;
}
#navigation li a:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
}
#navigation li a.active {
	background-color:#222;
	color:#ddd;
	text-decoration:none;
}

#content a {
    color: #B41818;
}
#content a:hover {
    text-decoration: none;
}


#content h2, h3, h4, h5, h6 {
    font-weight: 400;
	letter-spacing:1px;
    margin: 35px 0 15px 0;
    color:#444;
}

#content h2 {
    font-size: 170%;
    font-weight: normal;
}    

#content h3 {
    font-size: 125%;
    border-bottom: 1px solid #ccc;
}    

#content {
    font: 14px "arial",sans-serif;
    line-height:25px;
    padding: 0 25px 35px 30px;
}

.refer {
    font-size: 12px;
}

tr.table-top {
    background: #E5E5E5;
    color:#333;
    font-weight: bold;
}

table.cronograma {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
    margin: 20px 0;
}
table.cronograma td {
    font-size: 14px;
	border-width: 1px;
	padding: 7px;
	border-style: solid;
	border-color: gray;
	text-align: center;
}

