/*
 *	Windows or IE StyleSheets   
 */
nothing { nothing: 0 }
body, td, p { font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;  }
td { font-size: 9pt; }
p  { text-align: justify; }
.small { font-size: 7.5pt; }
h1 { font-size: 13pt; font-weight: bold; text-align: left; }
h2 { font-size: 11pt; font-weight: bold; text-align: left; }
h3 { font-size: 10pt; font-weight: bold; text-align: left; }
a { text-decoration: underline;}
a:hover {text-decoration: underline;}
input { font-size: 8pt; font-weight: normal;}
textarea { font-size: 8pt; font-weight: normal;}
select { font-size: 8pt; font-weight: normal;}
ul, li { text-align: left; }
.text { font-size: 8pt; }
.error{color: red;}

    body, td, p { font-size: 9pt; }
