/* Style sheet 01 - 08 Nov 2002 */

BODY { 
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
   background-color: #FFFFFF; 
}

P, B, I, BLOCKQUOTE {
  font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
  font-size: 14px;
}

H1, H2, H3, H4, H5, H6{
   font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
}

TABLE, TD, TR {
  font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
  text-align : left;
  vertical-align : top;
  font-size: 14px;
}


P.copyright {
  font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
  text-align : center;
  font-size : 75%;
  font-weight : normal;
  color : #555555;
}

.right {
  font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
  text-align : right;
  vertical-align : top;
  font-size: 14px;
  font-weight: bold; 
}

/* Links */

.current {
  font-size: 14px;
  font-weight: bold; 
  color:     #222222;
}  

A:link  {
   text-decoration : underline;
   font-size: 14px;
   color : #0000FF; 
}

A:visited  {
   text-decoration : underline;
   font-size: 14px;
   color : #990000; 
}

A:active  {
   text-decoration : underline;
   font-size: 14px;
   color : #0000FF; 
}

A:hover  {
   color : #CC3300; 
   font-size: 14px;
}	

/* Left hand side navigation bar */

.LeftNav {
  background-color : #C6DAEA;
  text-align : left;
  font-size : 100%;
  font-weight : normal;
  font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
  color : #000000;
}

A.leftlink:link  {
   text-decoration : none;
   color : #3333CC;
}

A.leftlink:visited  {
   text-decoration : none;
   color : #990000;
}

A.leftlink:active  {
   text-decoration : none;
   color : #3333CC;
}

/* Image properties for the decoration bars */

.w100h2{
   height: 2px;
   width: 100px;   
}

.w150h2{
   height: 2px;
   width: 150px;   
}

.w200h2{
   height: 2px;
   width: 200px;   
}

.w250h2{
   height: 2px;
   width: 250px;   
}

.w300h2 {
   height: 2px;
   width: 300px;
}

.w400h2 {
   height: 2px;
   width: 400px;
}

.w100h3{
   height: 3px;
   width: 100px;   
}

.w200h3{
   height: 3px;
   width: 200px;   
}

.w300h3 {
   height: 3px;
   width: 300px;
}

.w400h3 {
   height: 3px;
   width: 400px;
}


