/*

  Stylesheet:
	docs/default.css

  Purpose:
	Default style sheet.

  Copyright:
	Copyright © 2003 by Corpita Pty Ltd
	15 Bedford Street, Collingwood 3066, Australia

  History:
	5-Feb-2008 by Simon L. Jackson
	    Initial version

*/

/* CHECKED */

/* START BASIC OBJECTS */
  body {
    background-color: White;
    background-image: none;
    font-family: Georgia, serif;
    font-size: 10pt;
  }

/* LINK TRANSFORMATIONS */
  a:link { color: #FF5555; }
  a:active { color: #EE1111; }
  a:visited { color: #990000; }

  td a:link {
    color: #FF5555;
    text-decoration: none; }
  td a:active {
    color: #EE1111;
    text-decoration: none; }
  td a:visited {
    color: #990000;
    text-decoration: none; }

/* HEADINGS */
  h1 { 
    font-size: 24pt;
    font-family: Georgia,serif;
	font-style: italic;
    font-weight: bold;
  }

  h2 { 
    font-family: Georgia, serif;
    font-size: 16pt;
	font-style: italic;
	font-weight: bold;
  }

  h3 { 
    font-family: Georgia, serif;
    font-size: 12pt;
    font-weight: bold;
	font-style: italic;
  }

  h4 { 
    font-family: arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
  }

/* PRE */
  pre {
   font-family: monospace;
   font-size: 9pt; }

/* TABLES */
  td {
    vertical-align: top;
    font-size: 10pt;
    font-family: georgia, serif;
  }

/* END BASIC OBJECTS */
