a:link { text-decoration: none; color: #ffffff; font-style: bold; font-weight: bolder;font-family: Helvetica; font-stretch:extra-condensed; text-transform: uppercase; font-size: 12px; padding: 4px 4px 2px 4px;}
a:visited { text-decoration: none; color: #ffffff; font-style: bold; font-weight: bolder;font-family: Helvetica; font-stretch:extra-condensed; text-transform: uppercase; font-size: 12px; padding: 4px 4px 2px 4px;}
a:active { text-decoration: none; color: #ffffff; font-style: bold; font-weight: bolder;font-family: Helvetica; font-stretch:extra-condensed; text-transform: uppercase; font-size: 12px; padding: 4px 4px 2px 4px;}
a:hover { text-decoration: none; color: #ffffff; font-style: bold; font-weight: bolder;font-family: Helvetica; font-stretch:extra-condensed; text-transform: uppercase; font-size: 12px; background-color:#151515; padding: 4px 4px 2px 4px;}


.input
{
background-color: #F7F7F7;
font-family: georgia;
font-size: 8pt;
color: #7390F8;
border: 1px dotted #7390F8;
width: 120px;
margin-bottom: 6px;
}

.submit
{
width: 60;
background-color: #F7F7F7;
font-family: georgia;
font-size: 8pt;
color: #7390F8;
border: 1px solid #D7D7D7;
}

.text {  text-decoration: none; color: #ffffff; font-style: bold; font-family: Helvetica; font-stretch:extra-condensed; font-size: 14px; margin-top: 4px}

.brodtext {  text-decoration: none; color: #6eb9ff; font-style: bold; font-family: Helvetica; font-stretch:extra-condensed; font-size: 11px;  margin-top: 4px; background-color: black}

.tooltip, a.tooltip, a.tooltip img {
filter: alpha(opacity=80); /* IE */
-moz-opacity: 0.8; /* Mozilla */
border: 0px;
padding: 0px;
}
a.tooltip:hover, a.tooltip:hover img {
filter: alpha(opacity=100);
-moz-opacity: 1.0;
border: 0px;
padding: 0px;
}

#tooltip{
	width:150;
	height:100;
	position:absolute;
	border:1px solid #333;
	background:#131313;
	padding:2px 5px;
	color:#f7f7f7;
	display:none;
	text-decoration: none; color: #ffffff; font-style: bold; font-family: Helvetica; font-stretch:extra-condensed; font-size: 14px; margin-top: 4px
	}