/* CSS Document */ body { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12pt; background-color: #000000; } td { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12pt; } a:link, a:visited { text-decoration: none; color: #FF9900; } a:hover { text-decoration: underline; color: #FF0000; } #maincontent { margin-left: 55px; } .menu { background-color: #000000; background-image: url(images/page_layout/toprightvert.jpg); background-repeat: repeat-y; } .maincontent { background-color: #535352; background-image: url(images/page_layout/bgleft.jpg); background-repeat: repeat-y; padding-left: 55px; padding-top: 5px; padding-right: 10px; } .bottom { background-color: #000000; background-image: url(images/page_layout/bottomhr.jpg); background-repeat: repeat-x; } h1, h2, h3, h4, h5, h6 { font-style: italic; font-weight: bold; color: #CCCCCC; } th { font-weight: bold; color: #FFFFFF; background-color: #993300; } .goldbold { font-style: italic; font-weight: bold; color: gold; text-align: center; font-size: larger; }