
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #fff;
background-image: url('../images/4_bg.gif');
color: #404040;
}

#maincontent{
position: fixed;
top: 0;
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
background: #fff;
}

.maincontentCenter {
font-family:verdana, arial, helvetica, sans-serif;
font-size:10pt;

}

.center {
text-align:center;
}

.divida { border-bottom:1px; solid; #0000ff; }

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}

h1       	 { color: #0000FF; font-weight: 700; font-size: 18pt; font-family: arial, sans-serif;}
h2       	 { color: #0000FF; font-weight: 700; font-size: 14pt; font-family: arial, sans-serif;}
h3		 { color: #696bff; font-weight: 700; font-size: 12pt; font-family: arial, sans-serif; text-align: left; }
h4		 { color: #696bff; font-weight: 700; font-size: 11pt; font-family: arial, sans-serif; text-align: left; }
.body        	 { color: #404040; font-weight: 400; font-size: 10pt; font-family: arial, sans-serif; }
.ibody       	 { color: #404040; font-weight: 500; font-size: 9pt; font-family: arial, sans-serif; }
.bodySm      	 { color: #404040; font-weight: 500; font-size: 8pt; font-family: arial, sans-serif; }
.bodySm_right    { color: #404040; font-weight: 500; font-size: 8pt; font-family: arial, sans-serif; text-align:right; }
.bodySm_center   { color: #404040; font-weight: 500; font-size: 8pt; font-family: arial, sans-serif; text-align:center; }

ol 			 { color: #404040; font-weight: 400; font-size: 10pt; font-family: arial, sans-serif; }

ul 			 { color: #404040; font-weight: 400; font-size: 10pt; font-family: arial, sans-serif; }



blockquote		 { margin-left: 2em; color: #404040; font-weight: 400; font-size: 10pt; font-family: arial, sans-serif; }

hr		 { color: #C0C0C0; noshade:noshade; height:1px; }
hr.blue		 { color: #0000FF; noshade:noshade; height:1px; }
hr.thin		 { margin-top: -8px; color: #C0C0C0; noshade:noshade; height:1px; }

#navlist	 { margin-top:4em; }
#navlist li  	 { list-style-type: square; font-weight: 400; font-size: 10pt; font-family: arial, sans-serif; }
li		 { margin-bottom:0.5em; margin-left:-1em;}
li.xtra		 { margin-bottom:2em; }

a.bookmark:link       	 { text-decoration: none; color: #696bff; }
a.bookmark:hover      	 { text-decoration: none; color: #696bff; }


a:link       	 { text-decoration: none; color: #404040 }
a:visited    	 { text-decoration: none; color: #800080 }
a:active     	 { text-decoration: none; color: #404040 }
a:hover      	 { text-decoration: underline; color: #008000 }
a.home:link,visited,active { text-decoration: none; color: #FF3300 }
a.home:hover { text-decoration: underline; color: #FF3300 }

img {
	border:0;
	}


