/*
   This file defines the layout formatting for the web site.
   The actual colours and background images used are defined
   in the {lo,hi}graphics.css files.
*/

/*
 *
   Font / Decoration information
 *
 */

h1, h2, h3, h4, h5, h6
{
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;

}

p {  font-family: "Verdana", "Arial", "Helvetica", sans-serif;   font-size: 11pt;
}

body, td  {  font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 10pt;}

h1.title {
  font-style:  italic;
  font-variant: small-caps;
}

h1.printtitle { display:none; }

p.sf
{
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 0.9em;
}

p.smaller
{
  font-size: 9pt;
}

ul.references
{
    margin-left: 0%;
  font-size: 80%
}


.center
{
    text-indent: 0;
    text-align: center;
    margin-left: 0%;
}


/*
 * this gives approximately double spaced text.
p.double
{
  line-height: 1.4em;
}
*/

span.label
{
 font-family: "Verdana", "Arial", "Helvetica", sans-serif;
 font-size: 100%;
 font-weight: bold;
}    

span.presentation
{
 font-family: "Verdana", "Arial", "Helvetica", sans-serif;
 font-size: 100%;
}    

a img {
    border:0;
}

a {
	text-decoration:none;
	color:#333399;
	}

a:hover {
	text-decoration:underline;
	}

h1, h2
{
  font-weight: bold;
}


h1
{
  font-size:     1.728em;
}

h2
{
  font-size: 1.44em;
}

h3
{
  font-size: 1.2em;
}

