TD {
	color : white;
	font-family : Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

H2 {
	font-size: 14pt;
	color: #87CEFA;
	border-top : thin dotted Fuchsia;
	border-top-width : medium;
}

H3 {
	font-size: 13pt;
	color: #7FFFD4;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: aqua;
}

A:Hover {
	text-decoration: underline;
	color: #32CD32;
}

HR {
	color: blue;
	height: 1pt;
}

.navLayer
{
  font-size: 10pt;
  font-family : Arial, sans-serif;
  color: #7FFFD4;
  background-image: url(../pictures/background5.jpg);
  border: 0px solid #FFFFFF;
  position: absolute;
  left: 0px;
  top:  125px;
  width: 100px;
  z-index: 10;
  text-align: left;
}

.navlayer p
{
	font-size: 10pt;
	color: #7FFFD4;
	text-align: left;
	font-family : Arial, sans-serif;
}

.topBar
{
	width: 83%;
/*	height: 5px;*/
	background-image: url(../pictures/background5.jpg);
	border: 0px solid #000000;
	position: absolute;
	left: 100px;
	top: 125px;
	z-index: 12;
	text-align: center;
	color : Navy;	
}

.bodyText
{
	width: 80%;
/*	background-image: url(../pictures/background5.jpg);*/
	border: 0px solid #000000;
	position: absolute;
	left: 110px;
	top: 125px;
	z-index: 10;
	text-align: center;
}

.bodyTextAlignLeft
{
	text-align: left;
}

.bodyTextTitle
{
  font-size: 23pt;
  color: #000066;
  text-align: center;
  left: 110px;
  top: 125px;
  z-index: 20;
}

BODY {
	background: #00FFFF url(../pictures/background5.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #33FF00;
} 