/* CSS Document */


body	
		{
		background-color:#0099ff;
		}

body.sistema	
		{
		background-color:#ffffff;
		}

table	
		{
		background-color:#ffffff;
		}
		
td,th	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		color: #000000;
		}

li		{
		height:20px;
		}
		
li.numeral
		{
		display:none;
		height:20px;
		}

.botao
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#ffffff;
		background:#0099FF;
		width:75px;
		font-weight:bold;
		border:thin;
		}
	
.caixa
		{
		font-family:courier, Helvetica, sans-serif;
		font-size:12px;
		color:#646464;
		padding:2px;
		background:#def0fb;
		border:thin;
		}



td img 	{
		display: block;
		}

a:link 	
		{
		text-decoration: none;
		color: #0099FF;
		}
a:visited
		{
		text-decoration: none;
		color: #0099FF;
		}
a:hover 
		{
		text-decoration: underline;
		color: #000000;
		}

a:active
		{
		text-decoration: none;
		color: #0099FF;
		}

.titulos
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#333333;
		font-weight:bold;		
		}

.subtitulos 
		{
		font-family: verdana;
		font-size: 16px;
		color: #ff0000;
		}

.texto
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		}

.texto_peq
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#333333;
		}
