body, table{
 font-family: Verdana;
 font-size: 8pt;
 background: #FFFFFF;
 color: #000000;
 border-collapse: collapse;
}
.title{
 background-color: #000000;
 color: #FFFFFF;
 font-weight: bold;
}
hr{
 color: #000000;
 height: 1;
}
a{
 color: #000000;
 text-decoration: none;
}
a:hover{
 text-decoration: underline;
}
.inactive{
 color: #808080;
}
input, textarea, select{
 font-family: Verdana;
 font-size: 8pt;
 background: #FAFAFA;
 border: 1px solid #000000;
}
table, tr, td{
 border-color: #000000;
}
.content{
 background: #FFFFFF;
}