	*
	{
		font-family:Tahoma,verdana,arial;
	}
	body { scrollbar-face-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF }
	A:link {color:#AAAAAA; text-decoration:none;}
	A:visited {color:#AAAAAA; text-decoration:none;}
	A:hover {color:#FF0000; text-decoration:underline;}
	img{
		border:none;
	}
	
	#sup_modulo{
		position:relative; 
		height:27px; 
		width:490; 
		font-family:tahoma; 
		font-weight:bold;
		font-size:16px;
		float:left;
		border-bottom:2px solid black; 
		text-align:justify;
	}
	#sup_voltar{
		position:relative; 
		height:27px;
		width:105; 
		font-family:tahoma; 
		font-size:14px;
		font-weight:bold;
		float:left;
		border-bottom:2px solid black; 
		text-align:right;
	}

	#contexto
	{
		position:relative; 
		display:inline; 
		width:595px; 
		top:0px;
		border:0px solid black;
	}
	
	#contexto_lateral
	{
		position:relative; 
		float:left; 
		text-align:center;
		width:190px; 
		font-size:12px; 
		color:#AAAAAA;
	}
	
	#contexto_principal
	{
		position:relative; 
		float:left;
		width:405px; 
	}

	/*- Menu Tabs J--------------------------- */
	#tabsJ {
		float:left;
		width:405px;
   		font: bold 9px tahoma;
		line-height:normal;
		border-bottom:1px solid #666666;
		}
	#tabsJ ul {
		margin:0;
		padding:5px 5px 0 5px;
		list-style:none;
		
		}
	#tabsJ li {
		display:inline;
		margin:0;
		padding:0;
		
	}
	#tabsJ a {
		float:left;
		background:url("../imagens/tableftJ.gif") no-repeat left top;
		margin:0;
		padding:0 0 0 5px;
		text-decoration:none;
		
	}
	#tabsJ a span {
		float:left;
		display:block;
		background:url("../imagens/tabrightJ.gif") no-repeat right top;
		padding:4px 14px 3px 5px;
		color:#FFF;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabsJ a span {float:none;}
	/* End IE5-Mac hack */
	#tabsJ a:hover span {
		color:#FFF;
	}
	#tabsJ a:hover {
		background-position:0% -42px;
	}
	#tabsJ a:hover span {
		background-position:100% -42px;
	}
	.divConteudo{
		width:100%;
		height:300px;
		text-align:justify; 
		font-size:12px;
		padding-top:0px;
		padding-bottom:5px;
		padding-left:10px;
		padding-right:10px;
		overflow-y:auto;
		overflow-x:no;
	}