/* Style sheet for www.slyware.com */



/* Define settings for standard page structures */

  /* Define the top header bar on page */
  .pageheader {

     background-color: #feffb7;
     font-family: Arial,helvetica,Sans-serif; 
     font-size: 9pt;
  }


  /* The title header, logo and search */
  .titleheader {

     background-color: #3a6ea5;
  }


  /* The settings for the title header text */
  .titleheadertext {	

     color: white;
     background-color: #3a6ea5;
     font-family: Arial,helvetica,Sans-serif; 
     font-size: 14pt;
     font-weight: bold;
  }


  /* The settings for the footer */
  .footer {

    background-color: #ffffff;
    font-family: Arial,helvetica,Sans-serif; 
    font-size: 9pt;
    font-weight: bold;
  }


  /* The settings for the side toolbar */
  .toolbar {

    background-color: #ffffff;
    font-family: Arial,helvetica,Sans-serif; 
    font-size: 9pt;
    font-weight: bold;
  }



/* Define the settings for the side bar toolboxes */

   /* The title settings */
  .sidebartitle { 

     background-color: #3a6ea5;
     font-family: Arial,helvetica,Sans-serif; 
     font-size: 10pt;
     font-weight: bold;
     color: #ffffff;
   } 


   /* The body settings */
  .sidebarbody { 

     background-color: #feffb7; 
     font-family: Arial,helvetica,Sans-serif; 
     font-size: 9pt;
     font-weight: normal;
   } 


   /* The settings for the box itself, and it's surrounding box */
  .sidebarbox {	

     background-color: #000000;
     font-family: Arial,helvetica,Sans-serif; 
     font-size: 10pt;
     font-weight: bold;
  }




/* Main page body settings */

  .pagebody {

    background-color: #ffffff;
    color: #000000;
    font-family: Arial,helvetica,Sans-serif; 
    font-size: 10pt;
    font-weight: normal;
  }

  .codeBody {

    background-color: #ffffff;
    color: #000000;
    font-family: monospace,Arial,helvetica,Sans-serif; 
    font-size: 10pt;
    font-weight: normal;
  }

  .codeAtt {

    background-color: #ffffff;
    color: blue;
    font-family: monospace,Arial,helvetica,Sans-serif; 
    font-size: 10pt;
    font-weight: normal;
  }

  BODY {
   
    margin: 0px;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial,helvetica,Sans-serif; 
    font-size: 10pt;
    font-weight: normal;
  }


  P {

    background-color: #ffffff;
    color: #000000;
    font-family: Arial,helvetica,Sans-serif; 
    font-size: 10pt;
    font-weight: normal;
  }




/* Heading and document settings */
	
  H3,H4 { color: #7e2424; }

  H1 {	

    font-family: Arial,helvetica,Sans-serif; 
    font-size: 14pt;
    font-weight: bold;
    color:#ffffff;
    background-color:#3a6ea5;
  }
		  
  H2 {

    font-family: Arial,helvetica,Sans-serif; 
    font-size: 10pt;
    font-weight: bold;
    color:#ffffff;
    background-color:#6d9ec3;
  }

  H3 {

    font-family: Arial,helvetica,Sans-serif; 
    font-size: 10pt;
    font-weight: normal;
  }




/* Colour of the news type tables */

  .news {

     background-color: #6d9ec3;
     font-family: Arial,helvetica,Sans-serif; 
     font-size: 10pt;
     font-weight: bold;
     color: #ffffff;
  }


  .newsitem {

     background-color: #feffb7;
     font-family: Arial,helvetica,Sans-serif; 
     font-size: 10pt;
     font-weight: normal;
     color:#000000;
  }



/* Define link colouring */


  A:link { color: blue; } /*#2528B3; } */
  A:visited { color: purple; /*#8b551a;*/} 



/* Mouse hovering */

  @media screen {  

    A:hover {	
      color: red; 
    }
  }



/* ??? */
TH { 
  background-color: #EEAAAA;
  color: yellow;
}

