/* FORMATING STYLES CSS 				*/
/* GENERAL									*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.72em;
	color:#444444;
	background-color:#ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	
/* TITLES */

h1 {
	font-size: 1.3em;
	padding-bottom: 0em;
	padding-top: 0em;
	}

h2 {
	font-size: 1.2em;
	padding-bottom: 0em;
	padding-top: 0em;
	}
	
h3 {
	font-size: 1.1em;
	padding-bottom: 0em;
	padding-top: 0em;
	}
	
h4 {
	font-size: 1.0em;
	padding-bottom: 0em;
	padding-top: 0em;
	}
	
h5 {
	font-size: 0.9em;
	padding-bottom: 0em;
	padding-top: 0em;
	}
	
h6 {
	font-size: 0.8em;
	padding-bottom: 0em;
	padding-top: 0em;
	}
	
th {
	color: #666666;
	text-align:center;
	background-color:#fbfbfb;
	}

li {
	padding:0em 0em 0.4em 0em;
	}
	
pre {
	font-size:1em;
	text-align:left;
	}

.pagetitles {
	color:#818100;
	text-align:center;
	font-size:1.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	padding:0.2em 0.0em 0.3em 0.0em;
	}

.sectiontitles {
	color:#818100;
	font-size:1.45em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	padding:0.2em 0.0em 0.3em 0.0em;
	}
	
/* TEXTOS */

.smalltext {
	font-size:0.75em;
	}	

.midtext {
	font-size:0.96em;
	}

.orange {
	color:#F06600;
	}

.orange_h {
	color:#F06600;
	font-weight:600;
	}
	
.brown {
	color:#9E5739;
	}

.dtitle {
	color:#ffffff;
	background-color:#006600;
	font-size:1.0em;
	padding:0.2em 0.2em 0.2em 0.2em;
	font-weight:bold;
	}

/* LISTAS */

.navlist {
	margin-left:0;
	padding-left:0;
	list-style:none;
	}

.navlist li
	{
	padding-left:1.0em;
	background-image:url(/images/navarrow.gif);
	background-repeat:no-repeat;
	background-position:0.0em;
	}

/* BOXES */

.gybox {
	border-color:#999999;
	background-color: #f8f8f8;
	border-width:thin thick thin thick;
	border-style:solid;
	padding:0.3em 0.3em 0.3em 0.3em;
	}

.oebox {
	border-color:#da6144;
	border-width:thin thick thin thick;
	border-style:solid;
	padding: 0.4em 0.4em 0.4em 0.4em;
	margin:0.5em 0.5em 0.5em 0.5em;
	}

.oeboxtitle {
	color:#333333;
	background-color:#fdfdfe;
	font-size:1.15em;
	text-align:center;
	border-bottom:0.05em solid #ff6600;
	padding:0.2em 0.0em 0.2em 0.5em;
	font-weight:bold;
	}
	
.gnbox {
	border-color:#006699;
	background-color:#fbfbf7;
	border-width:thin;
	border-style: solid;
	padding: 0.4em 0.4em 0.4em 0.4em;
	margin:0.5em 0.5em 0.5em 0.5em;
	}

.gnboxtitle {
	color:#333333;
	background-color:#FFD99F;
	font-size:1.10em;
	border-bottom:0.05em solid #99cc00;
	padding:0.2em 0.0em 0.2em 0.5em;
	font-weight:bold;
	}

.nbbox {
	border-style:none;
	padding:0.7em 0.7em 0.7em 0.7em;
	margin:0.5em 0.5em 0.5em 0.5em;
	}
	
.thinbox {
	border-color:#446688;
	background-color:#ffffff;
	border-width:thin;
	border-style: solid;
	padding: 0.4em 0.4em 0.4em 0.4em;
	margin:0.5em 0.5em 0.5em 0.5em;
	}
	
.textframed {
	text-align:center;
	color:#000000;
	font-size:1.1em;
	font-weight:400;
	background-color:#ffffdd;
	border:0.1em solid #999999;
	padding:0.5em 0.5em 0.5em 0.5em;
	text-decoration:none;
	}