* {
	/* from the main css */
	color: #141414;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
}

/* from main css */
table {
    background-color: rgba(0, 0, 0, 0);
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
/* custom */
table td, table th {padding:3px; border:solid 1px #999999;}
table.board_table {border: none;}
table.board_table td {border: none; padding-left:10px; padding-right:10px;}

/* from main css */
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
h1, h1 span {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    color: #484745;
    font-family: Roboto Condensed;
    font-size: 30px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 35px;
}
h2, h2 span {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    color: #484745;
    font-family: Roboto Condensed;
    font-size: 22px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 22px;
}
h3, h3 span {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    color: #484745;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 18px;
}
h4, h4 span {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    color: #484745;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 14px;
}
h5, h5 span {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    color: #484745;
    font-family: Roboto Condensed;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 12px;
}
h6, h6 span {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    color: #484745;
    font-family: Roboto Condensed;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 12px;
}

span.emphasis {font-weight:bold; font-style:italic;}
span.redbodytext {color: red;} /* hold over from old site */
span.bluebodytext {color: #0095d9;} /* matches blue on the site */
div.calloutbox {float:right; border: solid 1px #cccccc; margin: 5px; padding: 5px;}
div.calloutbox UL {margin-left:18px;}
.clearleft {clear:left;}
