﻿@charset utf-8;

body
{
leftmargin: 10;
topmargin: 10;
margin: 10;
background: #ffffff;
color: #000000;
}

label
{
font-size:15px;
font-weight:700
}

input[type=text], textarea, select 
{
display:block;
border: 1px solid transparent;
box-shadow: 0 0 2px #333333;
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}

input[type=text]:hover, textarea:hover, select:hover
{ 
background-color: #00ffff;
border:1px solid #990000;
}

input[type=text]:focus, textarea:focus, select:focus
{
background-color:#ffff00;
}

input[type=file]
{
display:block;
border: 1px solid transparent;
box-shadow: 0 0 2px #333333;
}

.leitura
{
display:block;
background-color:#EEDD82;
}

.leitura:focus
{
background-color:#7ac5cd;
}

p
{
color: #000000;
text-align:justify;
font-family: "Arial,Helvetica,Sans-Serif";
font-weight: bold;
font-size: 15pt;
}

input[type="hidden"]
{
border:none;
}