/* style sheet for Staff pages */
/* 2009 Jun 22                 */


body {
   background:#ffffcc;
   color:black; }


/* begin table description */
table {
   background-:white;
   color:black;
   border:0px;
   margin-left:auto;
   margin-right:auto;
   width:720px }
/* end table description */
 

/* begin td description */   
td {
   background:#ddeeff;
   color:black;
   border:0px;
   margin-left:auto;
   margin-right:auto;
   padding:0px;
   text-align:left;
   vertical-align:top; }

 td.Lcol {
   border:0px;
   margin:auto;
   padding-left:6px;
   padding-right:6px
   padding-top:100px;
   padding-bottom:0px; }
    
td.Rcol {
   text-align:left;
   width:600px; }


td.Rcol {
   background:#ddeeff;
   border:0px;
   padding:0px;
   text-align:left;
   width:600px; }
/* end td description */


/* begin paragraph description */
p {
   background:#ddeeff;
   color:black;
   font-family: "Times New Roman", Ariel, sans-serif;
   text-align:left; }

p.center {
   text-align:center; }

p.Lcol {
   background:#ddeeff;
   color:blue;
   text-align:center; }

span.title {
   background:#ddeeff;
   color:red;
   font-weight:bold;
   font-size:115; }
/* end paragraph description */


a:link     {background:#ddeeff; color:blue;  text-decoration:none;}
a:visited  {background:#ddeeff; color:blue;  text-decoration:none;}
a:hover    {background:#ddeeff; color:green; text-decoration:none;}
a:active   {background:#ddeeff; color:red;   text-decoration:none;}


a.red:link     {background:#ddeeff; color:red; text-decoration:none;}
a.red:visited  {background:#ddeeff; color:red; text-decoration:none;}
a.red:hover    {background:#ddeeff; color:red; text-decoration:none;}
a.red:active   {background:#ddeeff; color:red; text-decoration:none;}
/* end of file */