body {
    position: relative;
    font-family: 'MS Sans Serif', sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: left;
    background-color: #CCCCCC;
}

a {
    text-decoration: none;
    color: #0000FF;
    font-weight:normal;
}

a:hover {
    color: #FF8800;
}

td.banner {
    font-size: 24px;
    font-weight:bold;
    text-align: left;
    background-color: #FFFFFF;
}

td.navbar {
    background-image: url('images/navBar_bg.png');
}

td.navbar_cell {
    background-image: url('images/navButton_regular.png');
}
td.navbar_cell:hover {
    background-image: url('images/navButton_hover.png');
}

td.navbar_cell a {
    display: block;
}

td.header {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

td.headline {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Times';
}

a.navbar_cell {
    text-decoration: none;
    color: #CCCCCC;
    font-weight:normal;
}

a.navbar_cell:hover {
    color: #FFFFFF;
    font-weight:bold;
}

td.none {
    background-color: #CCCCCC;
}

