/*The basic sheet for all pages*/

/*body {background-color:#E5E1E1}*/
/*
body {background-color:#F2F2F2}
*/
body {background-color:#000000}

/*Main header text*/

  @font-face {
    font-family: Cretino;
    font-style:  normal;
    font-weight: normal;
    src: url(CRETINO0.eot);
  }

font.header {font-family:Cretino;
        	font: bold italic 27pt; 
        	color:#FF9900;}

font.subHeader {font: bold 15pt; color:#FF9900;}
        
/*To change each sections introduction text, look at mainTable.css*/

/*The font for sub-sections within a page*/
H3 {    font: 15pt Times new roman;
        color:#000000;}

/*This is for text that appears in a box*/
H4 {    border-width:thick; 
        border-style:groove;
        font: 12pt Times new roman;
        color:#000000;}

/*Small print*/
H6 {    font: 8pt Times new roman;
        color:#000000;}

/*The font for the menu items*/
H5.menuNormal { border:outset; 
                font: 12pt Times new roman; 
                color:#FFFFFF}
H5.menuInverse {    border:inset
                    font: 12pt Times new roman; 
                    color:#00FF00}


/*all anchors will look like this (bar the menus)*/
a { color:#000000
    font:12pt Times new roman}


}

/*All normal text within the site*/
P,H2.normal {   font: 12pt Times new roman;
                color:#000000;}
H2.form {   font: 12pt Arial;
            color:#000000;
        }
/*Anything we want to appear as a link*/
.trigger{
      cursor: pointer;
      cursor: hand;
   }

