/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  html, body { margin: 0pt;
    padding: 0pt;
    }

  body { font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    min-width: 450px;
    background-color: rgb(050, 009, 102);
    }

  h2 { color: rgb(0, 0, 102);
    font-size: larger;
    }

  h1 { color: rgb(0, 0, 102);
    font-weight: bold;
    font-size: large;
    text-align: center;
    }

  h4 { color: rgb(153, 0, 0);
    }

  h5 { color: white;
  	font-weight: normal;
    font-size: 8pt;
    }
  .smltxt { font-weight: normal;
    font-size: 10pt;
	}
  h6 { font-family: times new roman;
    font-size: 14pt;
    color: rgb(153, 0, 0);
    }

  h3 { font-family: times new roman;
    font-size: 18pt;
    color: rgb(153, 0, 0);
    }

  a:link { color: rgb(153, 0, 0);
    font-size: 12pt;
    }

  a:visited { font-size: 12pt;
    color: rgb(153, 0, 0);
    }

  a:hover { font-size: 12pt;
    color: rgb(153, 0, 0);
    }

  #wrap { border: 2px solid rgb(204, 204, 204);
    margin: 25px auto;
    padding: 5px 0px 0px;
    background-color: rgb(255, 255, 255);
    text-align: left;
    width: 625px;
   /*background-image: url(header_logo.gif);*/
    background-position: right bottom;
    background-repeat: no-repeat;
    }

  li { list-style-type: disc;
    }

.help{
	position: relative;
	z-index: 0;
	font: Arial,Helvetica,sans-serif; font-weight: bold; text-decoration: underline;
}


.help:hover{
	background-color: transparent;
	z-index: 50;
}



.help div{
	position: absolute;
	background-color: rgb(204, 204, 204);
	padding: 5px;
	border: 1px gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.help:hover div{
	position: absolute;
	visibility: visible;
	top: 5px;
	left: 10px;
	overflow: visible;
	text-decoration: none;
	z-index: 100;
	min-width: 250px;
	float: right;
}


.help span{
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	float: right;
	font-weight: normal;
}

.help:hover span {
	position: absolute;
	visibility: visible;
	top: 5px;
	left: 10px;
	overflow: visible;
	text-decoration: none;
	z-index: 100;
	min-width: 250px;
	float: right;
}
