*{
	padding:0;
	margin:0 auto;
	border:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	width: 100%;
	text-align:justify;
	line-height:20px;
}

#h1{
	height: 200px;
}

h2{
	color:#00346e;
	height:30px;
	border-bottom:#00346e solid 1px;
	padding:10px;
}

h3{
	margin-bottom:10px;

}

#menu{
	margin-top:10px;
	padding:20px 10px 20px 10px;
	background-color:#e2e3e4;
}

#menu a{
	margin:0 4px 0 1px;
	color:#00346e;
}

#menu a:hover{
	color:#dc1119;
}

#menu a:active{
	color:#dc1119;
}

#submenu{
	font-size:80%;
	padding:10px;
	background-color:#e2e3e4;
}

#submenu a{
	margin:0 4px 0 1px;
	color:#00346e;
}

#submenu a:hover{
	color:#dc1119;
}

#submenu a:active{
	color:#dc1119;
}

#content{
	margin-top:15px;
	padding:10px;
	font-size:80%;
}

#content a{
	color:#00346e;
}
#content a:visited{
	color:#dc1119;
}
#content a:hover{
	text-decoration:none;	
	color:#dc1119;
}
#content ul{
	padding-left: 40px;
}

#footer{
	margin:20px 0 10px 0;
	border-top:#00346e 1px solid;
	font-size:75%;
	padding-left:20px;
	padding-top:5px;
	color:#000;
}
#footer a{
	color:#000;
	text-decoration:underline;
}
#footer a:visited{
	color:#000;
	text-decoration:underline;

}
#footer a:hover{
	color:#dc1119;
	text-decoration:none;
}
#acess{
	text-align: right;	
}

.box{
border: 1px solid #000000;
}
.setes{
border: 1px solid #666666;
}
.files{
list-style-type: none;
}
.files li{
padding-top:5px;
padding-bottom:5px;
}
