@charset "utf-8";
/* CSS Document */

*{ margin: 0; padding: 0;}

li {
	line-height: 30px;
	margin-left: 40px;
}



a:link{
	color: blue;
	text-decoration: none;
}

a:visited {
	
	color: blue;
	text-decoration: none
}

a:hover {
	background-color: #F96;
	color: #FFF;
	text-decoration:underline;
	padding: 10px;
}


header {
	background: #fff;
	border-bottom: 1px solid #d8d8d8;
	height: 65px;
			
}

table {
	margin: auto;
	
	}
	

#area-menu {
	width: 720px;
	margin: 0 auto;
	
}

#menu{
	float:right;
	padding: 10px 0;
}

#interface {
	padding: 30px;
	font-size:18px;
	width:auto;
	height:auto;
	align:center;
	position:absolute;
	left:auto;
	background-color: #ffffff;
	background-repeat: no-repeat;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif; 
	
	
}
#menu {
	border="1";
	width="900";
	align="right";
}

#lei {
	text-indent: 50px;
	text-align:justify;	
	clear:both;
}

#titulo {
	text-align:center;
	font-size:40px;
	font-weight: bolder;
	padding-top:60px;
}



#sub {
	width: 450px;
	height: auto;
	padding: 8px;
	text-align: right;
	font-size: smaller;
	float: right;
}

#rodape {
	width: 450px;
	height: auto;
	padding: 18px;
	font-size: small;
	text-align: center;
	left: 318px;
	font-weight: bold;
	line-height: normal;
	top: 3951px;
	margin: auto;
	
	

		
}

a{
	
}

h1 {
	text-align:center;
	font-size: 20px;
	
}

h2 {
	text-align:center;
	font-size:18px;
}

ol {
	margin: 20px;
	line-height: 25px;	
}

p{
	line-height: 30px;
}
