


 body {
	  font-family: "Arial Narrow", Arial, sans-serif; 
      font-size: 100%;
	  line-height:1.125em;
	  margin:0 0 0 0;
	 font-stretch: condensed;
	 font-size-adjust: 0.5;}
 
 
.bodytext div p {
	font-size:0.875em;
}

.ph2 {
	display: inline-block;
	white-space: nowrap;
	margin-bottom: .15em;
	margin-top:.15em;
}


div.goldborder {
border: 4px #888888 double;
padding-left: 4px;
padding-bottom: 4px;
}

div.goldsign {
border: 4px #888888 double;
padding-left: 0;
padding-right: 0 ;
padding-top:4px;
padding-bottom:4px;
text-align: center;
 margin:0 ;
background-color: #F0E68C;
font-weight: bold;
line-height: 1.2em;
FONT-SIZE: 100%;
	white-space: nowrap;
}

div.goldsignH3 {
border: 4px #888888 double;
background-color: #F0E68C;


text-align: center;
padding-left: 0;
padding-right: 0 ;
padding-top:8px;
padding-bottom:8px;

font-weight: bold;
font-style: inherit;
text-decoration: inherit;
line-height: 1.2em;
FONT-SIZE: 75%;
}

 input {
   vertical-align:middle;
   
}

form {width: 10.15em; }
div.checkitem, div.submititem { margin-top: 0.15em; clear: both; }
input.checkbox {
	 vertical-align:middle;
	 width: 1em; } 

label{
    color:#222;
    font-size: 85%;
	margin-top: 0px;
    margin-bottom: 0px;
	float: right;
	width: 9em; 
}

hr {   clear:      both;
       margin:     5px 0px 0px -5px;
       display:    block; }

label.control {
	
    color:#222;
	font-weight:bold;
    font-size: 75%;
	float: left;
	width: 5em; 
}


.shrink {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

input[type=radio], input.radio { float:left; clear:none; margin: 2px 0 0 2px; }

.Logo { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.DHHS { 
   position: absolute; 
   top: 5px; 
   left: 0; 
   width: 100%;
   font-family:"Arial Black", Gadget, sans-serif; 
   font-size:9px;
   padding-left: 20px;
   color:#00C;
   text-decoration:none ;
   line-height:1em;
   
  
}

.DHHS:hover { color:red; }


.hidden {
	 position:absolute;
	 top:0; 
	 left:-9999px;
	 width:1px;
	 height:1px; 
	 overflow:hidden; }
	 
	 
h4 { margin: 0;
    padding-left: 0;
padding-right: 0 ;
padding-top:2px;
padding-bottom:2px;
font-family: "Arial Narrow", Arial, sans-serif; 
font-stretch: condensed;
font-size: 85%; 
font-size-adjust: 0.5;
font-weight:800;}	 

h5 { margin: 0;
     padding-left: 0;
     padding-right: 0 ;
     padding-top:8px;
     padding-bottom:2px;
	 font-size: 80% ;
	 font-weight:700;
	 font-family: "Arial Narrow", Arial, sans-serif; 
     font-stretch: condensed;
	 font-size-adjust: 0.5;
	 white-space: nowrap; }
	 
	 
  .ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: 10px "Arial Narrow", Arial, sans-serif; 
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }	 