body, table{
 font-family: Arial;
 font-size: 8pt;
 background: #6F91B7;
 color: #000000;
 border-collapse: collapse;
}
.title{
 background: #4D74A3;
 color: #000000;
 font-weight: bold;
}
hr{
 color: #000000;
 height: 1;
}
a{
 color: #3E648B;
 font-weight: bold;
 text-decoration: none;
}
a:hover{
 color: #999999;
}
.inactive{
 color: #cccccc;
}
.active{
 color: #000000;
 font-weight: bold;
}
input, textarea, select{
 text-indent: 3;
 font-family: Arial;
 font-size: 8pt;
 color: #000000;
 font-weight: bold;
 background: #6F91B7;
 border: 1px solid #3E648B;
 border-style: inset;
}
table, tr, td{
 border-color: #3E648B;
}
.content{
 background: #C3D4DA;
}
.content2{
 background: #C3D4DA;
}
body{
 background: #EDEAE1;
}