body, table{
 font-family: Arial;
 font-size: 8pt;
 background: #ffffff;
 color: #505050;
 border-collapse: collapse;
}
.title{
 background: #eeeeee;
 color: #404040;
 font-weight: bold;
}
hr{
 color: #dddddd;
 height: 1;
}
a{
 color: #679B29;
 text-decoration: none;
}
a:hover{
 color: #C9432D;
}
.inactive{
 color: #679B29;
}
.active{
 color: #C9432D;
 font-weight: bold;
}
input, textarea, select{
 text-indent: 3;
 font-family: Arial;
 font-size: 8pt;
 color: #303030;
 font-weight: bold;
 background: #eeeeee;
 border: 1px solid #cdcdcd;
 border-style: inset;
}
table, tr, td{
 border-color: #dddddd;
}
.content{
 background: #f8f8f8;
}
.content2{
 background: #fcfcfc;
}
body{
 background: #ffffff;
}
