BODY {
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 8pt;
	color: rgb(0,0,100);
	BACKGROUND-COLOR: rgb(210,255,255);
}

P {
	margin-left: 24pt;
    margin-right: 24pt;
    margin-top: 8pt;
	margin-bottom: 0pt;
    color: rgb(0, 0, 102);
    background-color: transparent;
    font-style: normal;
    font-family: arial,helvetica,monaco,sans-serif;
    font-size: small;
    font-weight: bold;
}

a:link {color: #8000bd}     /* unvisited link */
a:visited {color: #8000bd}  /* visited link */
a:hover {color: #ff5555}   /* mouse over link */
a:active {color: #ff5555}   /* selected link */

A.LightLink:link { 	color: rgb(238, 202, 255); }    /* unvisited link */
A.LightLink:visited { color: rgb(238, 202, 255);  }   /* visited link */
A.LightLink:hover {color: #ff5555}   /* mouse over link */
A.LightLink:active {color: #ff5555}   /* selected link */

/* 	There is a TitleBox at the top of each page.  It's actually
	a paragraph.  */

.TitleBox {
	background-color: #000064;
	color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
    font-family: arial,helvetica,monaco,sans-serif;
    font-size: xx-large;
    text-align: center;
	padding-top: 12pt;
	padding-bottom: 12pt;
	margin-bottom: 2pt;
	width: 99%;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0pt;
	text-align: center;
}

/* There is a LinkBox, a table, just under the TitleBox at the top
   of every page except index.html. The links are contained in 
   LinkBoxCell's. */
   
.LinkBox {
	width: 99%;
	margin-left: 5pt;
	margin-right: 5pt;
}

.LinkBoxCell {
	background-color: #000064;
	color: rgb(238, 202, 255);
    font-style: normal;
    font-family: arial,helvetica,monaco,sans-serif;
    font-size: x-small;
    font-weight: bold;
   	text-align: center;
   	padding-bottom: 3pt;
   	padding-top: 3pt;
}

/* The last item of great reader significance on each page, excepting index.html, is a BottomLink. */
P.BottomLink {
	color: #000064;
	background-color: #000064;
    font-weight: bold;
    font-style: normal;
    font-family: arial,helvetica,monaco,sans-serif;
    font-size: medium;
    text-decoration: underline;
	text-align: center;
	padding: 16pt;
	margin-top: 12pt;
	margin-bottom: 12pt;
	margin-left: 10pt;
	margin-right: 10pt;
}
A.BottomLink {
	background-color: #000064;
	color: #eecaff;
    font-weight: bold;
    font-style: normal;
    font-family: arial,helvetica,monaco,sans-serif;
    font-size: medium;
    text-decoration: underline;
	text-align: center;
	padding: 16pt;
	margin-top: 12pt;
	margin-bottom: 12pt;
	margin-left: 10pt;
	margin-right: 10pt;
    }

A.BottomLink:link { 	color: rgb(238, 202, 255); }    /* unvisited link */
A.BottomLink:visited { color: rgb(238, 202, 255);  }   /* visited link */
A.BottomLink:hover {color: #ff5555}   /* mouse over link */
A.BottomLink:active {color: #ff5555}   /* selected link */

.SmallText {
	font-size: small;
}

.MediumText {
	font-size: medium;
}

.LargeText {
	font-size: large;
}


  .TableLink1 { font-family: arial,helvetica,monaco,sans-serif;
    font-weight: bold;
    font-style: normal;
    color: rgb(0, 0, 102);
    font-size: 11pt;
    background-color: rgb(0, 250, 250);
    }

  .TableLink2 { font-family: arial,helvetica,monaco,sans-serif;
    font-size: 11pt;
    color: rgb(0, 0, 102);
    font-weight: bold;
    font-style: normal;
    background-color: rgb(149, 255, 255);
    }

A.UnderTitle:link { 	color: rgb(238, 202, 255); }    /* unvisited link */
A.UnderTitle:visited { color: rgb(238, 202, 255);  }   /* visited link */
A.UnderTitle:hover {color: #ff5555}   /* mouse over link */
A.UnderTitle:active {color: #ff5555}   /* selected link */

.UnderTitle { color: rgb(238, 202, 255); }

