/*************************************************************************/
/* CSS                                                                   */
/* Styles for the graphic section of each page.                          */
/*************************************************************************/

td.graphic {
 color            : #FFFFFF;
 text-align       : right;
}

img.stripe {
 height           : 35em;
 display          : block;
}

img.graphic-image {
 margin-bottom    : -1px;
 width            : 18em;
 display          : block;
}

img.graphic-filler {
 margin-bottom    : -1px;
 width            : 4.85em;
 float            : left;
}

table.graphic-text {
 background-color : #F70008;
 width            : 18em;
 font-weight      : bold;
}

td.graphic-text {
 padding          : 1em;
}

a.bullet-white {
 color           : #FFFFFF;
}

a.bullet-white:hover {
 color           : #FFFFFF;
}
