
/* ---------------------------  WEB PAGE DEFAULTS -----------------------------------------  */

body       {background-color :  #ffffff;
                  
                  color             :  #000000;
                  font-family       :  arial,helvetica,sans-serif;
                  font-size         :  10pt;
                  margin-top        :  0px;				           
                  margin-left       :  3%;
                  margin-right      :  5%;
                  margin-bottom:  10px;
                  scrollbar-base-color : #cccccc;}

table, td   { color  :  #000000; font-family :  arial,helvetica,sans-serif; font-size :  10pt;}

ol,ul,li,dl,dt,dd {font-size:10pt;font-family:arial,helvetica,sans-serif;color:#000000;}

a:link        {color :  #0E0C71; text-decoration   :  underline;}
a:visited  {color :  #0E0C71; text-decoration   :  underline;}
a:active   {color :  #0E0C71; text-decoration   :  underline;}
a:hover    {color :  #ffffff; text-decoration   :  underline; background-color  :  #0E0C71;}


/* ------------------------------------------ CLASSES --------------------------------------------------- */

.basefont  {font-size:10pt;font-family:arial,helvetica,sans-serif;color:#000000;}

.indent      {text-indent :  5%;}

.justify     {text-align :  justify;}

.border      {border :  thin solid #000000; padding  :  5px;}
.borderwhite  {border: 8px solid #ffffff; padding:0px;}
.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        :  xx-large; font-weight   :  bold; font-family       :  arial,helvetica,sans-serif;}
.heading2    {font-size        :  x-large; font-weight   :  bold; font-family       :  arial,helvetica,sans-serif;}
.heading3    {font-size        :  large; font-weight   :  bold; font-family       :  arial,helvetica,sans-serif;}


.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;}


