/*--- BASIC PAGE SETUP -----------------------------------------------------------------*/
body                          {margin-left: 0px;
                               margin-top: 10px;
                               margin-right: 0px;
                               margin-bottom: 10px;
                               background-repeat: repeat;}
                      
body,td,th                    {color: #333333;
                               font-family: Verdana, Arial, Helvetica, sans-serif;
                               font-size:11px;}

a:link                        {color: #0000FF;}
a:visited                     {color: #0000FF;}
a:hover                       {color: #0000FF;}
a:active                      {color: #FF0000;}

/* --------- ROUND TABLES --------  */               
td.BottomSpace                {padding-bottom:8px;}
td.PaddingLeft                {padding-left:8px;}
td.RoundHeader                {padding-bottom:8px;
                               text-align:center;
                               font-weight:bold;}
table.roundTable td.roundNormal{border-left:1px solid #a1a5a9;
                                border-right:1px solid #a1a5a9;
                                padding:0px;
                                padding-right:11px;
                                padding-left:11px;}
table.roundTable td.roundTop   {background: url('/downloads/images/table/bigboxtop.gif') repeat-x;
                                border-left:none;
                                border-right:none;
                                padding:0px;
                                height:11px;}
table.roundTable td.roundBottom{background: url('/downloads/images/table/bigboxbottom.gif') repeat-x;
                                border-left:none;
                                border-right:none;
                                padding:0px;
                                height:11px;}

/*--- MISCELLANEOUS --------------------------------------------------------------------*/
                  
img.divider            {width: 100%;
                        height: 2px;
                        margin-top: 8px;
                        margin-bottom: 8px;}

img.dots               {margin-top: 10px;}

img.spacer             {margin: 0px;