P {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
 font-weight: 400;
 font-style: normal;
 }


.address {
 text-align: center;
font-size: 10px;
font-weight: 500;
color: #666666;
}

.aug {
margin-left: 2px;
margin-right: 2px;
}



.center {
text-align: center;
}

.cntr {
margin-left: 10px;
 margin-right: 20px;
 padding: 10px;
 text-indent: 20px;
 text-align: center;
}

.highlight {
font-size: 12px;
font-weight: 700;
color: #CC0066;
 text-align: center;
}

.nav {
font-size: 14px;
font-weight: 1100;
line-height: 16px;

}


/*specials , newsletter, join*/
.news {
font-size: 14px;
font-weight: 700;
margin-left: 100px;
 margin-right: 100px;
 padding: 10px;
 text-align: center;
}

.smallnav {
 text-align: center;
font-size: 11px;
font-weight: 700;
}

.title {
font-family: verdana, arial, helvetica, sans-serif;
color: #666666;
font-size: 18pt;
font-weight: 900;
}

.url {
 background-color: #0099CC;
margin-left: 120px;
 margin-right: 120px;
 padding: 10px;
 text-align: center;
}

.blue {
color: #0000FF
}

/* 07-18-09 remove borders from image links    */

img
{  border-style: none;
}

/*---------- bubble tooltip 02-02-11 -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/images/bubble.gif) no-repeat bottom;
}
/*---------- end bubble tooltip -----------*/


a.df:link {color: #FF0033;text-decoration:underline;}
a.df:active {color: red; text-decoration:underline;}
a.df:visited {color: #FF3366;text-decoration:underline;}
 a.df:hover {color: #FFFF99; text-decoration: underline;background-color: #9999CC;}
}


 a.blue:link {color: #0000ff; font-weight: 400;text-decoration: underline;}
 a.blue:active {color: #0000ff;  font-weight: 600;text-decoration: underline;}
 a.blue:visited {color: #660099;  font-weight: 400;text-decoration: underline;}
 a.blue:hover {color: #0000ff;  font-weight: 600;text-decoration: underline;background-color: #99FFFF;}

