BODY {
    color : black;
    background-color : #21AF19;
    font-family : sans-serif, Verdana, Arial, Helvetica;
    font-size : 0.8em;
    padding : 0;
}

A {
    /*     title; */
    color : #BD331B;
    font-weight : bold;
}

H1 {
    color : black;
    text-align : center;
    font-size : 24pt;
    margin : 2px;
    white-space : nowrap;
}

H2 {
    color : black;
/*     page name; */
    text-align : center;
    font-size : 20pt;
    font-style : italic;
    margin : 5px;
    white-space : nowrap;
}

.heading {
    font-size : 0.9em;
    font-weight : bold;
    color : white;
    /*     first heading box; */
    background-color : #164A72;
    width : 500px;
}

.subheading {
    font-size : 0.7em;
/*     second box; */
    background-color : #A6E8F0;
    color : black;
    width : 500px;
}

.paragraph {
    border : 1px solid;
    background-color : white;
}

.sidebar {
    width : 210px;
    
    background-color : #A6E8F0;
    padding : 10px;
    margin-right : 15px;
    border : 1px solid;
}

.sidebar A {
    color : black;
    font-weight : bold;
    text-decoration : none;
    white-space : nowrap;
}

.showlink A {
    color : #Bd331B;
    font-size : 9pt;
font-weight : bold;
}

.footer {
    text-align : center;
    white-space : nowrap;
    font-size : 9.5pt;
}

table.infotable  {
/* any table which occupies the entire box and displays rows of light/dark data */
    width : 100%;
    border-collapse : collapse;
    border-spacing : 0px;
    empty-cells : show;
}

table.infotable TH {
    padding : 5px;
    font-weight : bold;
    border : 1px solid black;
    background-color : #164A72;
    color : white;
    border-spacing : 0px;
}

td.dark {
    padding : 5px;
    border : 1px solid black;
    background-color : #A6E8F0;
    border-spacing : 0px;
}

td.light {
    padding : 5px;
    border : 1px solid black;
    border-spacing : 0px;
    background-color : #FFFFFF;
}

ul {
	list-style-image: url(/p/redarrow.gif);

}
