


body {
	font-family: Arial;
	font-size: 12px;
    color: black;
    font-weight:normal;
    font-style:normal;
}

h1 {font-family: Arial;
font-size: 12px;
    color: black;
    font-weight:normal;
    font-style:normal;
}

h2 {font-family: Arial;
font-size: 12px;
    color: blue;
    font-weight:normal;

    font-style:normal;
}

h3 {font-family: Arial;
font-size: 12px;
    color: black;
    font-weight:normal;

    font-style:normal;
}


h4 {font-family: Arial;
font-size: 11px;
    color: black;
    font-weight:normal;

    font-style:normal;
}
.p {	font-family: Arial;
	font-size: 12px;
    font-weight:normal;
	font-style:normal;
}

p {	font-family: Arial;
	font-size: 12px;
    font-weight:normal;
	font-style:normal;
}

 .hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #A5AEC5;
}

 .button {
      border: 1px solid #ff0000;
    background-image: url('button.png');
    background-repeat: no-repeat;
    vertical-align: center;

    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    background-position: center;

    font-family: Arial;
    font-size: 12px;
    color: white;
    font-weight:normal;
    font-style:normal;

}
 .button.a {
      border: 1px solid #ff0000;
    background-image: url('button.png');
    background-repeat: no-repeat;
    vertical-align: center;

    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    background-position: center;

    font-family: Arial;
    font-size: 12px;
    color: white;
    font-weight:normal;
    font-style:normal;

}

input.submitbutton{
   color:#050;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
      }

      
#tabela {

   border: 1px solid #ffffff;
   border-collapse: collapse;
   background-color: #ffffff;
   cellpadding: 0;
   cellspacing: 0;
}

#tabela_download {
font-size: 12px;
   border: 1px solid #000000;
   border-collapse: collapse;
   background-color: #ffffff;
   cellpadding: 0;
   cellspacing: 0;
}


#tabela td {

   border: 1px solid #ffffff;
   border-collapse: collapse;
   padding: 10px;
}





