body { margin: 0px; font-family: Verdana; font-size: small; background-color: #e6e6e6; color: #ff6600; overflow: auto; }
.navigationBar { border: 1px solid rgb(221, 221, 221); margin: 2px; padding: 2px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; background-color: rgb(255, 255, 255); text-align: center; }
.content { }
.bottomBar { }
.topBar { }
.center { display: block; text-align: center; }
.right { display: block; text-align: right; }
.left { display: block; text-align: left; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underlined { text-decoration: underline; }
.nounderline { text-decoration: none; }
.big { font-size: large; }
.small { font-size: x-small; }
.nounderline a { text-decoration: none; }
.title { display: block; text-align: center; font-size: medium; font-weight: bold; color: #222222; background-color: #f76616; }
.highlighted { color: #ffffff; background-color: #899092; }
.footer { display: block; text-align: center; color: #999999; font-size: x-small; border-top-width: 2px; border-top-style: solid; border-top-color: #f76616; }

