/* This global style governs the default look of all content pages on this web site */

body         { 
               font-family: Verdana, Arial, Helvetica, sans-serif;
               margin: 10px;
               background-position: top left;
               background-attachment: fixed;
               background-repeat: no-repeat;
             }

hr           { height: 1px; color: #CCCCCC }
ul           { list-style-image: url('../theme/arxBullet1.gif') }
ul ul        { list-style-image: url('../theme/arxBullet2.gif') }
ul ul ul     { list-style-image: url('../theme/arxBullet3.gif') }

.animation   { font: normal 16px Verdana, Arial, Helvetica, sans-serif;
               white-space: nowrap; }

.buttons     { font: normal 16px Verdana, Arial, Helvetica, sans-serif;
               white-space: nowrap; }

  .buttons a { text-decoration: none; }


.hrplus      { border: 0px none transparent; margin: 0; width: 100%; }

  .hrplus td   { border: 0px none transparent; padding: 0; margin: 0; }

.pagetitle   { font: bold 200% "Minion Web", Times, "Calisto MT", serif;
               white-space: nowrap;}

.sidebar     { position: relative; float: right; width: 190px;
               font: normal Verdana, Arial, Helvetica, sans-serif; }
               
  .sidebar th    { color: #FFFFFF; background-color: #000000; 
                   text-align: left; font: bold 16px Verdana, Arial, Helvetica, sans-serif;
                   white-space: nowrap; width: 100%; }

  .sidebar td    { color: #000000; background-color: #C0C0C0; 
                   text-align: left; padding: 5px; border: 1px solid #000000}
  
.sidebartitle    { font: bold; }
