/*** General styles ***/
body, div, p, span, td {font-family: Arial, Helvetica, sans-serif; font-size: small}
h1 {font-size: large}
h1 {color: red}
h2 {color: blue}

.rlabel, .const {color: red}
.label, .tip, .note {color: blue}
.label, .rlabel {font-weight: bold}
.tip {font-style: italic}

td.label {text-align: right}
thead td.label {text-align: left}

td.spacer {width: 10px}
td.hardLeft {text-align: left}
td.hardRight {text-align: right}

/*** Specific styles ***/
/*   Page Header    */
div.pageHeader h1, div.pageHeader h2 {text-align: center}
div.pageHeader h1 {font-family: Times New Roman, serif; font-size: x-large; font-weight: bold}
div.pageHeader h2 {font-size: medium; font-weight: bold}
div.pageHeader address {font-size: x-small; font-style: normal; font-weight: bold}

/*    Menu Header    */
.menuHeader {text-align: center; font-size: x-small; font-weight: bold}
div.menuHeader .menuSeparator {font-size: small}
div.menuHeader .selection {font-weight: bold; color: blue; font-size: small}

/*    Page Footer    */
.pageFooter {text-align: center; font-size: x-small; color: black; font-weight: bold}

/*    Page Content   */
div.content h1, h2 {font-size: medium}
div.content p, ol, li, ul {font-size: small; font-weight: bold; color: black} 
div.content {margin-left: 25px; margin-right: 25px}
div.content {padding-top: 5px; padding-bottom: 5px}

/*    Submit Buttons    */
div.submitButtons {margin-left: 75px; margin-right: 75px}
div.submitButtons {padding-top: 10px; padding-bottom: 10px}

div.submitButtons td {text-align: center}


