/* navigations */
.ad_links_txt:hover
{
    FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #FFFF66;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}


.ad_links_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E6E6E6;
	font-weight: bold;
	text-decoration: none;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #333333;
}

.adlink_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #999999;
}
.ad_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	height: 30px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #797979;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	background-color: #6A6A6A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

