/* Integlossa Ltd  web pages style file */
/* Copyright Interglossa Ltd 2006 */

/*  Anchors */

  A:link { color:black }
  A:visited { color:#C86000 }
  A:active { color:blue }

/* Standard class   - 14pt text */

  .nounderline A { text-decoration:none }

  BODY.standard { color: black;
	 background: white;
	 font-family: sans-serif;
         font-size: 14pt;
	}

  .standardongrey { color: black;
	 background: grey;
	 font-family: sans-serif;
         font-size: 14pt;
	}

  BODY.standard P { color: black;
	 background: white;
	 font-family: sans-serif;
         font-size: 14pt;
	}
  BODY.standard OL LI P { color: black;
	 background: white;
	 font-family: sans-serif;
         font-size: 14pt;
	}

  .giant { color: black; background: white; 
           font-family: sans-serif;
           font-size: 25pt;
         }

  .giantongrey { color: black; background: grey; 
           font-family: sans-serif;
           font-size: 25pt;
         }

  .jumbo { color: black; background: white; 
           font-family: sans-serif;
           font-size: 20pt;
         }

/* Standard class headings - levels 1 and 2 */

  H2.standard { color:#000000; background: white;
       font-family: serif; font-size: 18pt;
     }
  H1.standard { color:#000000; background: white;
       font-family: serif; font-size: 24pt;
     }


  BODY.aqua_standard { color: #002088; 
	 background: #ddeeff;
	 font-family: sans-serif;
         font-size: 14pt;
	}
  TD.aqua_standard { color: #002088; 
	 background: #ddeeff;
	 font-family: sans-serif;
         font-size: 14pt;
	}
  H2.aqua_standard { color:#000000; background: #ddeeff;
       font-family: serif; font-size: 18pt;
     }
  H1.aqua_standard { color:#000000; background: white;
       font-family: serif; font-size: 24pt;
     }

