

body {
    background-color: #FFFFFF;
    text-align:center;
    font-size : 25px;
    font-family: Arial, Helvetica, sans-serif ;
  }


p {
    font-family : Arial, Helvetica, sans-serif;
  }


a {
    color: BLUE;
  }
a:link {color: blue; text-decoration: none; }


a:visited {
    color: #005177;
  }
a:hover {
    color: black ;
    background-color: #def ;
  }
a:active {color: green; } 

a img {border: none; } 


h1 {
    font-size: 18pt ;
  }


#title {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 30px;
    font-style : normal;
    font-variant : small-caps;
    text-align : left;
  }
#backtohomepage {
font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-style: italic;
    font-variant : small;
    text-align : left;
}
#tiny /*this is for disclaimers etc.*/
{font-family : Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-style: italic;
    font-variant : small;
    text-align : left;

}

#slogan {
    font-family : Arial,Helvetica,sans-serif ;
    font-size : 15px;
    font-style : normal;
    font-variant : small-caps;
    font-weight : bold;
  }
#banner {
background-color:#FFFFFF;
text-align : center;
}

#companyMenu {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12px;
    font-variant : small-caps;
    font-weight : lighter;
  }

/*
#mainMenu {
    background-image : url('images/line_new.gif');
    font-family : Times New Roman, Times, serif;
    font-size : 12px;
    font-style : normal;
    font-variant : normal;
    font-weight : 300;
    max-height : 30px;
    text-align : left;
    font-variant : small-caps;
  }
*/

#licencetext    /* this is for code listings and licence agreements etc.  */ {
    font-family: Courier New, Courier, monospace;
  }


#center_text  /* any text that needs centering  */ {
    text-align:center;
  }


ul,li.normal   /* general format for bulleted text  */ {
    margin-left:0px;
    color:#000000;
    font-size:small;
    background:inherit;
    font-weight:normal;
  }


table.special {
    background-color : #FFFFFF;
    border-bottom-color : #000;
    border-bottom-style : solid;
    border-bottom-width : 3px;
    border-left-color : #000;
    border-left-style : solid;
    border-left-width : 3px;
    border-right-color : #000;
    border-right-style : solid;
    border-right-width : 3px;
    border-top-color : #000;
    border-top-style : solid;
    border-top-width : 3px;
  }


table.special td {
    padding: 15px;
    border: 1px;
  }


.data {
    color: #000000;
    text-align: left;
    background-color: #FFFFFF;

  }


.toprow {
    font-style: italic;
    text-align: center;
    background-color: #CFDDFF;
    
  }


.leftcol {
    font-weight: normal;
    text-align: left;
    background-color: #EAEAEA;
  
  }


table.adsense_small {
    background-color : #FFFFFF;
    border-bottom-color : #669933;
    border-bottom-style : solid;
    border-bottom-width : 2px;
    border-left-color : #669933;
    border-left-style : solid;
    border-left-width : 0px;
    border-right-color : #669933;
    border-right-style : solid;
    border-right-width : 0px;
    border-top-color : #669933;
    border-top-style : solid;
    border-top-width : 0px;

    height : 80px;
  }


table.normal_table {
    background-color : #FFFFFF;
    border-bottom-color : #000;
    border-bottom-style : none;
    border-bottom-width : 3px;
    border-left-color : #000;
    border-left-style : none;
    border-left-width : 3px;
    border-right-color : #000;
    border-right-style : none;
    border-right-width : 3px;
    border-top-color : #000;
    border-top-style : none;
    border-top-width : 3px;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
    font-size : 16px;
    font-family: Arial, Helvetica, sans-serif ;
font-variant : normal;

  }

