/* contents */
body.default {
    background-color: white;
    color: black;
    font-family: arial;
    font-size: 12px;
}
table.contents {background-color: white;}
td.contents {
    background-color: white;
    color: black;
    font-family: arial;
    font-size: 12px;
    text-align: left;
}
td.contents_center {
    background-color: white;
    color: black;
    font-family: arial;
    font-size: 12px;
    text-align: center;
}
p.contents {
    background-color: white;
    color: black;
    font-family: arial;
    font-size: 12px;
    text-align: left;
}
p.contents_center {
    background-color: white;
    color: black;
    font-family: arial;
    font-size: 12px;
    text-align: center;
}
    
/* menu */
table.menu {background-color: white;}
tr.menu {height: 40px;}
td.menu {
    background-color: white;
    color: white;
    font-family: arial;
    font-size: 11px;
    /*padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;*/
    text-align: center;
    width: 100px;
}
a.menu {color: white;}
a.menu_on {color: #DBB000;}

/* header */
td.header {
    background-color: white;
    color: black;
    font-family: arial;
    font-size: 10px;
    text-align: center;
}
p.header {
    background-color: white;
    color: black;
    font-family: arial;
    font-size: 10px;
    text-align: center;
}
    
/* announcements */
table.announce {
    background-color: #8B223C;
    text-align: center;
}
td.announce {
    background-color: #8B223C;
    color: white;
    font-family: arial;
    font-size: 11px;
    text-align: center;
}
p.announce {
    color: white;
    font-family: arial;
    font-size: 11px;
    text-align: center;
}
p.announce_left {
    color: white;
    font-family: arial;
    font-size: 11px;
    text-align: left;
}
a.announce {color: white;}

/* footer */
td.footer {
    background-color: white;
    color: black;
    font-family: arial;
    font-size: 10px;
    text-align: center;
}    
p.footer {
    color: black;
    font-family: arial;
    font-size: 10px;
    text-align: center;
}    
   