/* body */
body {
    font-family: Tahoma, Verdana, Arial, serif;
    font-size: 9pt;
    background-color: #CCCCCC;
    color: #666666;
    margin: 10px;
}
p, td {
    color: #666666;
}

/* headings */
h1 {
    font-size: 11pt;
    font-weight: bold;
    color: #004500;
}
h1.nobr {
    margin-bottom: 2pt;
}
h2 {
    font-size: 11pt;
    font-weight: bold;
    color: #660000;
}
h2.nobr {
    margin-bottom: 2pt;
    margin-top: 2pt;
}

/* unordered lists */
ul {
    list-style-image:url(/images/bullet_square.gif);
}

/* anchors */
A {
    color: #660000;
    text-decoration: underline;
}
A:link {
    color: #660000;
    text-decoration: underline;
}
A:visited {
    color: #660000;
    text-decoration: underline;
}
A:active {
    color: #660000;
    text-decoration: underline;
}
A:hover {
    color:#993300;
    text-decoration: underline;
}
A.navbar {
    font-size: 8pt;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
A.navbar:link {
    color: #666666;
    text-decoration: none;
}
A.navbar:visited {
    color: #666666;
    text-decoration: none;
}
A.navbar:active {
    color: #666666;
    text-decoration: none;
}
A.navbar:hover {
    color:#666666;
    text-decoration: none;
}
A.navbar-subsection {
    font-size: 8pt;
    color: #666666;
    text-decoration: none;
}
A.navbar-subsection:link {
    color: #666666;
    text-decoration: none;
}
A.navbar-subsection:visited {
    color: #666666;
    text-decoration: none;
}
A.navbar-subsection:active {
    color: #666666;
    text-decoration: none;
}
A.navbar-subsection:hover {
    color:#666666;
    text-decoration: none;
}

#box-container {
    border: 1px solid #333333;
    text-align: left;
    width: 750px;
}

#outer-container {
    width: 100%;
}

.green_bg {
    background-color: #004600;
}

/* navbar */
.navbar_section {
    background-color: #EFF1DE;
}
.navbar_section_selected {
    background-color: #EDEDED;
}
.navbar_lines {
    background-color: #999999;
}
.navbar_box_selected {
    background-color:#CCCCCC;
}
.navbar_box {
    background-color:#EDEDED;
}