body  {
         background: #ddeeff;
      }

p  {
      font: 12pt arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
      color: black;
      margin-top: .5em;
      margin-right: .2in;
      margin-bottom: 0px;
   }

p b   {
         font-weight: bold;
      }


div  {
         font: 12pt arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
         color: black;
         margin-right: 1in;
      }

div b {
         font-weight: bold;
      }

span  {
         font: 12pt arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
         color: black;
      }

div.center  {
               text-align: center;
            }

.inset   {
            margin-top: 0px;
            margin-right: .2in;
            margin-bottom: 0px;
            margin-left: .25in;
         }

table.inset {
               margin-left:   0px;
               margin-right: .5in;
            }

.floatleft  {
               float: left;
            }

.floatright {
               float: right;
            }

.toppad  {
            margin-top: 1.5em;
         }

.breaker {
            clear: both;
         }

.left {
         text-align: left;
      }

.linkcell {
         text-align: center;
         white-space: nowrap;
      }

.updated {
            font: 11pt arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
            font-weight: bold;
            color: #080;
         }

.yellowalert {
            font: 12pt arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
            font-weight: bold;
            color: #ee0;
            background: #007;
            padding: 10px;
            margin-left: .25in;
            margin-right: .2in;
         }

.yellowalert em {
              text-decoration: underline;
         }


