/* The W3C Core Styles Copyright (c) 1998 W3C (mit, inria, Keio), All Rights
Reserved. W3C liability, trademark, document use and software licensing rules
apply. See http://www.w3.org/Consortium/Legal/ipr-notice.html

This stylesheet has been served in a form to avoid known bugs in your user
agent's css implementation. Copying and serving this stylesheet to other
agents may lead to unexpected results. Please refer to its address rather than
copy it. */

/* WinNS4 */
body	{
	color:	#FBFBE5; /* jpg */
	font-size:	12pt; /* jpg */
	font-family:	/*Verdana,*/ Arial, Helvetica, sans-serif; /* jpg */
	/*	word-spacing:	0.1em;*/ /* jpg */
	font-weight:	normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #000000;
	}	
		
h1, h2, h3, h4, h5, h6, th, dt	{ font-family:	Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif; }

p, div, ul, dl, dt, dd, pre, ol, li, blockquote, address	{
/*	color: #F5F5F5;*/ /* jpg */
	}
	/* begin affordances */	/* 8 - bluegold */
		
a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, hr, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label	{	
	word-spacing:	normal;
/*	word-spacing:	0.1em;*/ /* jpg */
/*    line-height: 17px;*/
    line-height: 140%;
	letter-spacing:	normal;
	text-transform:	none;
	text-decoration:	none;
	border-color:	#369;
	border-style:	none;
	}	
		
em	{	
	font-style:	normal;
	font-weight:	bold;
/*	color:	#F5F5F5;*/ /* jpg */
/*	background:	#333333;*/
	}	
		
strong	{	
	font-style:	normal;
/*	background:	#333333;*/
	font-weight:	bold;
/*	color:	#F5F5F5;*/ /* jpg */
	}	
		
em strong, strong em	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
/*	background:	#333333;*/
/*	color:	#F5F5F5;*/ /* jpg */
	}	
		
b	{
	font-weight:	bold;
	}
	
i	{
	font-style:	italic;
	}
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	red;
	color:	yellow;
	}	
		
del	{	
	text-decoration:	line-through;
	background:	#600;
	}	
		
ins	{	
	text-decoration:	none;
	background:	#060;
	}	
		
var, cite, dfn, .note	{	
	font-style:	italic;
	}	
		
address	{	
	font-style:	normal;
/*	letter-spacing:	.1em;*/ /* jpg */
	}	
		
acronym	{	
	font-variant:	small-caps;
/*	letter-spacing:	0.1em;*/ /* jpg */
	}	
		
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot	{	
	color:	#FC0;
/*	background:	#333333;*/
	}	
		
hr	{	
	color:	#369;
	}	
		
#colophon	{	
	display:	none;
	}	
		
col, colgroup, table, tbody, td, tr	{	
/*	color:	#F5F5F5;*/ /* jpg */
	text-decoration:	none;
	border-color:	#369;
	border-style:	none;
/*	background:	#333333;*/
	}	
		
a:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#CC0000;
/*	background:	#333333;*/
	}	
		
a:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#990000;
/*	background:	#333333;*/
	}	
		
a:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#99FF00;
/*	background:	#69F;*/
	}	
		
a:hover	{	
	text-decoration:	none;
	color:	#FC0;
/*	background:	black;*/
	}	
		
a.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#F96;
/*	background:	#333333;*/
	}	
		
	/* end affordances */	

/* WinNS4 */
	/* begin body box */	/* 6 - 'twelvths symmetric' */

body	{
	margin-top:	1.58em;
	margin-left:	8%;
	margin-right:	5%;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	auto;
	}
	/* end body box */


/******************************************
 	Menu de navegacao
 *******************************************/	
#nav {
	margin: 0;
	width: 135px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}
#nav ul li {
	list-style-type: none;
	font-size:	80%; /* jpg */
	text-align: left;
	margin: 0 2px 0 2px;
	}
#nav ul li a:link, #nav ul li a:visited {
	display: block;
	text-indent: 5px;
	text-decoration: none;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	width: 180px;
	voice-family: "\"}\"";		/* Box model hack para IE 5.0 / IE 5.5 Windows */
  	voice-family:inherit;
	width: 176px;				/* valor correcto para browsers standards compliant */
	}
body>#nav	{
	width: 176px;				/* para o Opera ...*/
	}
#nav ul li a:link {
	color: #F96;
	}
#nav ul li a:visited {
	color: #A42;
	}
#nav ul li a:hover {
	text-decoration: none;
	color:	#FC0;
/*	background-color: #444444;*/ /* jpg */
	background-color: #404835; /* jpg */
	}
.selected	{
	color: #666;
	text-indent: 5px;
	padding: 5px 0 5px 0;
	background-color: #ccc;
	}

