@charset "UTF-8";


/* container */

div#bland {
text-align:left;
width:822px;
padding:5px 9px;
background:#6699ff;
color:#000000;
font-weight:bold;
}

.blandTable {
background:#3a3f50;
margin-top:5px;
margin-bottom:5px;
}

.blandTable td {
background:#000;
padding:5px;
}

.blandTable th {
background:#000;
padding:5px;
text-align:center;
font-weight:normal;
}

.center {
text-align:center;
}

