a:link		 { color: blue; text-decoration: underline }
a:active	{color:blue; 
		text-decoration:underline}	
a:visited	 { color: purple; text-decoration: underline }

a:hover  { text-decoration: underline }

body  {
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	}

.mytable	{
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
		
.buttonbg    { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; background-color: transparent; background-image: url("images/navbutton.gif"); background-repeat: no-repeat; text-align: center; display: block; margin: 0 auto; padding: 2px 0 0; width: 170px; height: 30px }

a.tooltip{
    position:relative; /*this is the key*/
    z-index:24; background-color:#f8f8b0;
    color:#000;
    text-decoration:none}

a.tooltip:hover{z-index:25; background-color:#ddd}

a.tooltip span{display: none}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:1em; left:4em; width:10em;
    border:1px solid #0cf;
    background-color:#ccf; color:#000;
    text-align: left}
    
    a.officertip{
    position:relative; /*this is the key*/
    z-index:20; background-color:#f8f8b0;
    color:#000;
    text-decoration:none}

a.officertip:hover{z-index:100; background-color:#ddd}

a.officertip span{display: none}

a.officertip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-8em; left:4em; width:26em;
    border:1px solid #0cf;
    background-color:#ccf; color:#000;
    text-align: left}
.bnrlogo3   { background-image: url("images/denton-seal_75.jpg"); background-repeat: no-repeat; width: 75px; height: 75px }
.bnrlogo4   { background-image: url("images/arrl-c_75.gif"); background-repeat: no-repeat; width: 75px; height: 75px }
.bnrlogo1   { background-image: url("images/ares-75.jpg"); background-repeat: no-repeat; width: 75px; height: 75px }
.bnrlogo2  { background-image: url("images/skywarn_75.gif"); background-repeat: no-repeat; width: 75px; height: 75px }
.bnrspc1  { background-image: url("images/spacer.gif"); background-repeat: no-repeat; width: 115px }
.bnrspc2  { background-image: url("images/spacer.gif"); background-repeat: no-repeat; width: 115px }
.clublogo  { background-image: url("images/DCARA_logo170x82.png"); background-repeat: no-repeat; width: 170px; height: 82px }
