
/* ---------------------------  WEB PAGE DEFAULTS -----------------------------------------  */

body       {background-color :  #ffffff;
                  background-image:url(bgimage.gif);
                  background-repeat: repeat;
                  background-attachment: fixed;
                  color             :  #000000;
                  font-family       :  arial,helvetica,sans-serif;
                  font-size         :  100%;
                  margin-top        :  0px;				           
                  margin-left       :  5%;
                  margin-right      :  5%;
                  margin-bottom:  10px;
                  scrollbar-base-color : #cccccc;}

table, td   {background-color :  #ffffff; color  :  #000000; font-family :  arial,helvetica,sans-serif;}

ol,ul,li,dl,dt,dd {font-size:100%;font-family:arial,helvetica,sans-serif;color:#000000;}

a:link        {color :  #0000ff; text-decoration   :  underline;}
a:visited  {color :  #800080; text-decoration   :  underline;}
a:active   {color :  #ff0000; text-decoration   :  underline;}
a:hover    {color :  #ff0000; text-decoration   :  underline; background-color  :  #ffffcc;}


/* ------------------------------------------ CLASSES --------------------------------------------------- */

.basefont  {font-size:10pt;font-family:arial,helvetica,sans-serif;color:#000000;}

.indent      {text-indent :  5%;}

.justify     {text-align :  justify;}

.border      {border :  1px solid #000000; padding  :  5px;}

.highlight   {background-color :  #ffff00;}

.sidebar     {border-left  :  5px solid #ff0000; padding-left  :  5px;} 

.center      {text-align  :  center;}

.inset   {margin-left       :  5%;  margin-right : 5%;}

.heading1    {font-size        :  120%; font-weight   :  bold;}
.heading2    {font-size        :  110%; font-weight   :  bold;}
.heading3    {font-size        :  105%; font-weight   :  bold;}

.banner      {background-color :  #cccccc; width :  100%; color :  #ffffff; padding  :  5%;}

.smallcaps {font-variant:small-caps;}
.capitalize {text-transform:capitalize;}
.uppercase {text-transform:uppercase;}
.lowercase {text-transform:lowercase;}
.letterspace {letter-spacing: 10px;}
.doublespace {line-height:200%;}

.bold {font-weight:bold;}
.italic {font-style:italic:}
.underline {text-decoration:underline;}


