/* GENERAL SITE STYLES */
html, body {
font-family: Arial, Helvetica, Verdana, sans-serif;
line-height: 1.4;
font-size: 12px;
color: #333333;
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
}
img { border: none }
A:link { color: #00F; text-decoration: underline; }
A:visited { color: #006; text-decoration: underline; }
A:hover, A:active { color: #F00; }
ul{ margin-left: 10px; padding-left: 10px;}
li{ padding-top: 2px; padding-bottom: 2px; }
.noSpace{ margin: 0px; padding: 0px; }
table { empty-cells: show;}
td, th{ font-family: Arial, Helvetica, Verdana, sans-serif; color: #333333; text-decoration: none; line-height: 1.4; font-size: 12px; }
H1, H2, H3{ font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 200%; text-decoration: none; }
H2 { font-size: 150%; }
H3 { font-size: 125%; }
.small{ font-size: 10px; }

.advancersTitle
{
   color: #EEE;
   background-color: #319463;
}

.advancersRound
{
   font-size: 12px;
   color: #FFF;
   font-weight: normal;
   background-color: #666;
   white-space: nowrap;
}

.regBreadOn
{
   width: 100%:
   float: left;
   font-size: 12px;
   font-weight: normal;
   color: #FFFFFF;
   background-color: #319463;
   padding: 0px 10px 0px 10px;
   margin-right: 20px;
}
.regBreadOff
{
   width: 100%:
   float: left;
   font-size: 12px;
   font-weight: normal;
   color: #000;
   background-color: #FFF;
   padding: 0px 10px 0px 0px;
   margin-right: 20px;
}
.bigTitle
{
   font-size: 18px;
   color: #000000;
   font-weight: bold;
   font-style: normal;
   white-space: nowrap;
}
.bodyTextBlue
{
   font-size: 16px;
   color: #3366CC;
   font-weight: bold;
   font-style: normal;
   white-space: nowrap;
}
.bodyTextGreen
{
   font-size: 16px;
   color: #006633;
   font-weight: bold;
   font-style: normal;
   white-space: nowrap;
}
.greenBigBox
{
   width: 700px;
   border: 1px solid #006633;
   padding: 10px 15px 10px 15px;
   margin: 10px 0px 15px 0px;
   font-size: 12px;
   color: #000000;
   font-weight: normal;
   font-style: normal;
   line-height: 1.4;
}
.greenSubtitle
{
   font-size: 18px;
   color: #006633;
   font-weight: normal;
   font-style: normal;
   white-space: nowrap;
}
.footerHolder
{
   font-family: arial,sans-serif
   width: 100%;
   text-align:center;
   padding: 10px 0px 10px 0px;
   font-size: 11px;
   color: #666;
   background: #EEE;
   font-weight: normal;
   white-space: nowrap;
}
.indented
{
   padding: 0px 0px 0px 20px;
   margin: 0px 0px 0px 0px;
}

.smallBoxTable
{
   width: 150px;
   border: 0px;
   padding: 0px;
   margin: 0px 0px 10px 10px;
}

.smallBlackBox
{
   width: 100%;
   border: 1px solid #000000;
   padding: 10px 5px 10px 5px;
   margin: 0px;
   font-size: 12px;
   color: #000000;
   font-weight: normal;
   font-style: normal;
   line-height: 1.4;
}

.smallBlueBox
{
   width: 100%;
   border: 1px solid #3366CC;
   padding: 5px 5px 10px 5px;
   margin: 0px;
   font-size: 12px;
   color: #000000;
   font-weight: normal;
   font-style: normal;
   line-height: 1.4;
}
.smallGreenBox
{
   width: 100%;
   border: 1px solid #006633;
   padding: 5px 5px 10px 5px;
   margin: 0px;
   font-size: 12px;
   color: #000000;
   font-weight: normal;
   font-style: normal;
   line-height: 1.4;
}

.tableFrame { border: 1px solid #006633; }


