/*
 * Main Table of Contents
 */
body {
    /*
     * The defaults for all components
     */
    font-family:	Verdana,Helvetica,sans-serif;
    font-weight:	normal;
    font-style:		normal;
    font-size:		small;
    color:		black;
    background-color:	#ffffff;
    margin-left:	16pt;
    margin-right:	16pt;
    margin-top:		36pt;
    margin-bottom:	36pt;
    text-align:		left;
}
/*
 * Set the link colors
 */
a:link     { text-decoration:	none; }
a:active   { text-decoration:	none; }
a:visited  { text-decoration:	none; }
a:link     { color:	black;	 background-color: #ffffff;}
a:active   { color:	red;	 background-color: #ffffff;}
a:visited  { color:	#666666; background-color: #ffffff;}
/*
 * We only use a few tags in the main index: h1, h2, p and h5
 */
h1 { color:		maroon;  background-color: #ffffff; }
h2 { color:		#cc9933; background-color: #ffffff; }
h1 { font-size:		large;  }
h2 { font-size:		medium; }
p {
    margin-left:	16pt;
    margin-top:		0pt;
    margin-bottom:	0pt;
    text-indent:	-8pt;
    color:		black;
    background-color:	#ffffff;
    font-size:		small;
}
p.r {
    text-align:		right;
}
img.back {
    float:		right;
    margin-left:	0;
}

