@charset "utf-8";
/* CSS Document */

#body {background-color: #00C;
}

#content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 705px;
    height: auto;
    z-index: 2;
    background-color: #00C;
}

#titulo {
	position: absolute;
	left: 25px;
	top: 10px;
	width: 650px;
	height: 50px;
	z-index: 3;
	background-color: #00C;
}

#caixa_rolagem {
    position: absolute;
    left: 0px;
    top: 75px;
    width: 705px;
    height: 1425px;
    z-index: 2;
    background-color: #00C;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    background-image: url(../../images/eim_grafico_teste.jpg);
}

#pagina {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 650;
    height: 726;
    z-index: 2;
    background-color: #00C;
    background-image: url(../../images/eim_grafico_teste.jpg);
}

#tab1col1 {
    position: absolute;
    left: 2px;
    top: 0px;
    width: 350px;
    height: 1900px;
    z-index: 3;
    background-color: #00C;
    border: thin;
    border-color: #FCFCFC;
    border-style: solid;
}
#tab1col2 {
    position: absolute;
    left: 356px;
    top: 0px;
    width: 350px;
    height: 1900px;
    z-index: 3;
    background-color: #00C;
    border: thin;
    border-color: #FCFCFC;
    border-style: solid;
}

ul.nav1 {
	list-style: none;
	border-left: 1px;
	border-top: 1px solid #666; 
	margin-bottom: 1px; 
	background-color: #00C;
}
ul.nav1 li {
	border-bottom: 1px solid #666; 
}
ul.nav1 a, ul.nav1 a:visited { 
	padding: 5px 5px 5px 5px;
	display: block; 
	width: 340px;  
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav1 a:hover, ul.nav1 a:active, ul.nav1 a:focus {
	background-color: #ADB96E;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bolder;
	color: #FFF02E;
}
a img { 
	border: none;
}
a:link {
	color: #1A00FF;
	text-decoration: none;
	
}
a:visited {
	color: #1A00FF;
	text-decoration: none;
	}
a:hover, a:active, a:focus {
	color: #FFF02E;
	text-decoration: none;
	}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
