	a {
		color: #000000;
		background: none;
		text-decoration: none;
		font-size: 10pt; 
		font-family: "Arial"; 
	}
	a:hover {
		color: #246DB6;
		background: none;
		text-decoration: underline;
		font-size: 10pt; 
		font-family: "Arial"; 
	}
	#nobg {
		color:#380D73;
		background: none;
		text-decoration: none;
		font-size: 9pt; 
		font-family: "Arial"; 
		font-weight:bold;
	}
	
	font.fonte { 
		font-size: 10pt; 
		font-family: "Arial"; 
		color: #000000; 
	}
	
	font.fontep { 
		font-size: 8pt; 
		font-family: "Arial"; 
		color: #000000; 
	}
	
	font.fonteg { 
		font-size: 12pt; 
		font-family: "Arial"; 
		color: #000000; 
	}
	
	font.fontegg { 
		font-size: 14pt; 
		font-family: "Arial"; 
		color: #000000; 
	}
	
	.login	{ 
		margin-top: 200px;
		margin-top: 200px;
	}
	
	
	input.form {
		background-color:#FFFFFF;
		font-family:arial;
		font-size:8pt;
		color:#000000;
		font-weight:bold;
		border-color:#000000;
		border-style: solid; 
		border-width: 1px;
	}
	input.forum {
		background-color:#246DB6;
		font-family:arial;
		font-size:8pt;
		color:#ffffff;
		font-weight:bold;
		border-color:#000000;
		border-style: solid; 
		border-width: 2px;
		width: 160px;
	}
	select.seletor {
		background-color:#FFFFFF;
		font-family:arial;
		font-size:8pt;
		color:#000000;
		font-weight:bold;
		border-color:#000000;
		border-style: solid; 
		border-width: 1px;
	}
	textarea.memorando {
		background-color:#FFFFFF;
		font-family:arial;
		font-size:8pt;
		color:#000000;
		font-weight:bold;
		border-color:#000000;
		border-style: solid; 
		border-width: 1px;
	}

