* {
    margin: 0px;
    padding: 0px;
}
body {
    color: black;
    background-color: #FFFFCC;
    font-family: Crescent,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
a.tab:link, a.tab:visited {
    text-decoration: none;
    color: #00f;
}
a.tab:hover, a.tab:active {
    text-decoration: none;
    color: #f0f;
}
.colStop {
    clear: both;
}
div.tabInactive {
    margin: 3px 3px 3px 3px;
    padding: 0px 5px 0px 5px;
    font: 500 normal 12pt/14pt Comic Sans MS;
    background-image: url(../images/inactive-button.gif);
    float: left;
    text-align: center;
    border: 1px solid #00f;
}
div.tabActive {
    margin: 3px 3px 3px 3px;
    padding: 0px 5px 0px 5px;
    font: 500 normal 12pt/14pt Comic Sans MS;
    background-image: url(../images/active-button.gif);
    float: left;
    text-align: center;
    border: 1px solid #00f;
}
div.FixWidth {
    margin: 0px;
    padding: 0px;
    width: 766px;
}
.Title {
    text-align:center;
    padding: 0px;
    font-family: Crescent,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 30px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: #0000ff;
    float: left;
    display: block;
    font-weight: bold;
    width: 766px;
}
div.navbar {
    font-weight: bold;
    vertical-align: top;
    width: 755px;
}
.surround {
    border: 1px solid #f00;
}

