html, body, h1, h2, h3, h4, h5, h6 {
  font-family : sans-serif; 
  text-indent : 10px
}

li
 {
  font-family : sans-serif; 
  font-size : 12px; 
  text-indent : 1px
 }

/*Paragraf generic*/

p
 {
  font-family : sans-serif; 
  font-size : 12px; 
  text-indent : 10px
 }

table
 {
  border-collapse : collapse;
  border-bottom-color : #000000;
  border-bottom-style : solid;
  border-bottom-width : 2px;
  border-left-color : #000000;
  border-left-style : solid;
  border-left-width : 2px;
  border-right-color : #000000;
  border-right-style : solid;
  border-right-width : 2px;
  border-top-color : #000000;
  border-top-style : solid;
  border-top-width : 2px;
  font-family : sans-serif;
  font-size : 12px;
  padding-bottom : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-top : 0px;
  text-indent : 2px
 }
 
caption
 {
  caption-side:top;
  color : #000000;
  font-family : sans-serif;
  font-size : 14px;
  font-weight : bold;
  letter-spacing : 1px;
  margin-left : 10px;
  padding-bottom : 2px;
  text-align : left;
  word-spacing : 3px
 }

thead
 {
  background-color : #cccccc;
  font-family : sans-serif;
  font-size : 12px;
  font-weight : bold
 }

td
 {
  border-bottom-color : #000000;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  border-left-color : #000000;
  border-left-style : solid;
  border-left-width : 1px;
  border-right-color : #000000;
  border-right-style : solid;
  border-right-width : 1px;
  border-top-color : #000000;
  border-top-style : solid;
  border-top-width : 1px
 }

th
 {
  border-bottom-color : #000000;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  border-left-color : #000000;
  border-left-style : solid;
  border-left-width : 1px;
  border-right-color : #000000;
  border-right-style : solid;
  border-right-width : 1px;
  border-top-color : #000000;
  border-top-style : solid;
  border-top-width : 1px
 }

/*Rand de tabela impar*/

tr.impar
 {
  background-color : #ffffff
 }

/*Rand de tabela par*/

tr.par
 {
  background-color : #eeeeee
 }


