/* CSS Document */

th, td {
padding:5px;
text-align:left;
color:#9D9D9D;
}
td{
margin-top:10px;
}

.list1 {
font-size:10px;
}
#bluefirst{
border-bottom:2px #1D1D1D solid;
color:#FF9900;
}
#bluelast{
color:#FF9900;
}
#blue{
color:#FF9900;
font-weight:600;
border-bottom:2px #2D2D2D solid;
}

#whitefirst{
border-bottom:2px #1D1D1D solid;
color:#9D9D9D;
}

#white{
color:#9D9D9D;
font-weight:600;
border-bottom:2px #2D2D2D solid;
}