	body
	{
		margin-left:0px;
		margin-top:0px;
	}
	
	body, input, table, tr, td
	{
		font-family:tahoma;
		font-size:8pt;
	}
	
	.titulo
	{
		font-size:14pt;
		font-weight:bold;
	}
	
	.menu
	{
		font-weight:bold;
		color:#666666;
		text-decoration:none;
		cursor:hand;
	}
	.menu:hover
	{
		text-decoration:underline;
		cursor:hand;
	}
	.abas
	{
        font-weight:bold;
		background:#666666;
		color:white;
        text-decoration:none;

	}
    .abas:hover
    {
        text-decoration:underline;
        background-color: transparent;
        color:#0000CC;
        cursor:hand;
    }
	.conteudo1
	{
		background-color:#1093db;
		color:white;
		font-weight:bold;
	}
    .botao1
    {

        background-color:#0CF;
		color:blue;
		font-weight:bold;
        border:0;
    }

