/* All pages -- content. */
.summary_header {
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: bold;
 color: #bf0a0f;
 margin: 0px;
 padding: 0px;
}

/* Index page. */
.index_main_content_cell {
 text-align: left;
 vertical-align: top;
 width: 703px;
 height: 520px;
 margin: 0px;
 padding: 0px;
}
.index_content {
 position: absolute;
 z-index: 8;
 padding-top: 20px;
 padding-right: 22px;
 padding-bottom: 20px;
 padding-left: 22px;
}
.index_question {
 font-size: 18px;
 font-weight: bold;
 color: #bf0a0f;
}

/* Step 1 page */
.button_cell {
 font-weight: bold;
 color: #ffffff;
 background-color: #bf0a0f;
 text-align: center;
 vertical-align: middle;
 border-top-width: 3px;
 border-right-width: 3px;
 border-bottom-width: 3px;
 border-left-width: 3px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #df8487;
 border-right-color: #990000;
 border-bottom-color: #990000;
 border-left-color: #df8487;
 padding-top: 10px;
 padding-right: 15px;
 padding-bottom: 10px;
 padding-left: 15px;
 margin-top: 20px;
}
.button_cell_small {
 padding-top: 3px;
 padding-right: 4px;
 padding-bottom: 3px;
 padding-left: 4px;
 margin-top: 5px;
}

/* Quiz page. */
.quiz_results_header {
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: bold;
 color: #bf0a0f;
 margin: 0px;
 padding: 0px;
}

/* Links page. */
.links_header_1 {
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #bf0a0f;
 margin: 30px 0px 0px;
 padding: 0px;
}
.links_back_to_top {
 font-size: 11px;
 margin-left: 25px;
 font-style: normal;
}
.links_table_1 {
 text-align: left;
 vertical-align: top;
 width: 650px;
}
.links_left_cell {
 text-align: left;
 vertical-align: top;
 padding-top: 10px;
 padding-right: 15px;
}
.links_right_cell {
 text-align: left;
 vertical-align: top;
 padding-top: 10px;
}

/* Forums page. */
.forums_main_content_cell {
 width: 725px;
 text-align: left;
 vertical-align: top;
 margin: 0px;
 padding-top: 25px;
 padding-bottom: 25px;
}
.forums_content_left {
 width: 383px;
 margin: 0px;
 padding-left: 44px;
 padding-right: 44px;
 text-align: left;
 vertical-align: top;
}
.forums_content_right {
 text-align: left;
 vertical-align: top;
 width: 210px;
}
.forums_participants_right {
 padding-left: 15px;
}
.forums_header_right {
 font-size: 17px;
 font-weight: bold;
 padding-bottom: 14px;
}
.forums_logo_link {
 margin: 0px;
 padding-top: 2px;
 padding-bottom: 14px;
 padding-right: 0px;
 padding-left: 0px;
}