
/* Basic Style sheet for simple sites */

SPAN.label-error
{
  color: Red;
}

body {/*background-color: #005329;*/
      color: black;
      margin: 0px;
      padding: 0px;
      justify: left;
      font-size: 10pt;
      font-weight: normal;
      font-family: verdana, arial, helvetica, verdana, tahoma, sans-serif;}
      
p {margin-top: 0.5em;}

a:link {color: blue; font-weight: bold;}
a:hover {color: red; font-weight: bold;}
a:visited {color: purple; font-weight: bold;}
a:hover {color: red; font-weight: bold;}

Span.HiLite {color: black; background: yellow; font-weight: bold;}      

h1   {font-size: large; color: red; font-weight: bold;} 
h2   {font-size: medium; font-weight: bold; color: red; text-align:center;}
h3   {font-size: small; font-weight: bold; color: navy;}
h4   {font-size: 10pt; color: black; font-weight: bold; text-decoration: underline;}
h5   {font-size: 10pt; color: black; font-weight: bold;  }

strong {font-weight: bold;}

/* This is a comment*/
/* All Content Boxes belong to the class ".content"*/

.content {position: relative;
          width: auto; 
          margin: 0, 0, 0, 0;
          border: none;
          background-color: white;
          color: black;
          font-size: medium;
          padding: 20px;}

.indent {padding-left:10px;}

#indent {float: left; width: 300px; text-align: center;}

/* following styles the GetResponse subscription box*/

#GRSubscribeForm fieldset {width: 260px;border: 0;}
#GRSubscribeForm table {border: 0;}

.yellow {background-color: rgb(255, 255, 0);}
.green {background-color: rgb(51, 255, 51);}

.stats {font-size: 8pt; font-family: verdana, sans-serif}

TD.news {border-width: thin; border-style: ridge; vertical-align: top; font-size: 8pt; background-color: white}
.form {font-size: 9pt; font-family: verdana, sans-serif; vertical-align: top;}
