/* CSS Document */

body {
   font-family:Verdana, Geneva, sans-serif;
   /*font-size:14px;*/
}

table#list {
   font-family:Verdana, Geneva, sans-serif;
   font-size:10px;
}
table#list td label {
   font-weight:normal;
   font-family:Verdana, Geneva, sans-serif;
   font-size:10px;
}
label {
   font-weight:bold;
   /*width:100px;*/
   font-size:10px;
}
label10 {
   font-weight:normal;
   width:100px;
   font-size:10px;
}
/*
.box {
   border:#666666 solid 1px;
}

ul#ulmenu {
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 200px;
   background-color: #f1f1f1;
}

ul#ulmenu li a {
   display: block;
   color: #000;
   padding: 8px 16px;
   text-decoration: none;
}

ul#ulmenu li a:hover {
   background-color: #555;
   color: white;
}
ul#ulmenu li .active {
   background-color: #4CAF50;
   color: white;
}
body {margin:0;}

ul#back {
   list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    width: 100%;
}
ul#back li {
    float: left;
}

ul#back li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

ul#back li a:hover {
    background-color: #111;
}
*/
