body {
      font-family: arial; 
      font-size: 8pt; 
      font-weight: normal;
      letter-spacing: 1px;
      color: #999099; 
      text-align: left; }




small { 
font-size: 7pt;}


table { 
      font-family: tahoma; 
      font-size: 8pt; 
      letter-spacing: 1px;
     }


p {text-indent: 10px;}

i {
        font-size: 7pt;
        color:  #8A83A5;
        text-transform: uppercase;}
  

b {
   font-size: 8pt;
   color: #918AAB;;}

u {

font-family: courier new;
color: #968EBA;
font-size: 9pt;
border-bottom: dashed;
border-width: 1px;
 }

strike {color: #888691;}



h1 { 
 font-family: georgia; 
 font-size: 20px; 
 color:  #AEAABF; 
 letter-spacing: 3px;
 padding:0px; padding-left:10px;
 text-transform: lowercase;
}	

h1:first-letter, h2:first-letter {
color:#847F9D;
font-style: italic;
}



h2 { 
 font-family: arial; 
 font-size: 10px; 
 color:  #CDC9C9; 
 letter-spacing: 3px;
 background-color:  #F7F7F7;
 text-transform: uppercase;
}	



.thinborderfloat {
  float:left;
  border:solid 4px #FFFFFF;
  padding:0px;
  margin-right:10px;
  } 

.thinborderfloat2 {
  float:right;
  border:solid 4px #FFFFFF;
  padding:0px;
  margin-left:10px;
  } 


.thinborder {
  border:solid 4px #FFFFFF;
  padding:0px;
  margin-left:10px;
  } 

blockquote {
font-size: 10px;
font-family: "arial", arial, monospace;
text-align: left; padding:5px;
background:  #F8F8F8;
border-left:12px solid #E1E0E3; }





a:link, a:visited, a:active {
   color: #5C5674;
   text-decoration: none; }


a:hover { color: #A5A4AE;}




img {
border: 0;
}


/* control row colours in admin */
.literow {
background: #fff;
}
.darkrow {
background: #ddd;
}