/* ================================
    CSS STYLES FOR Module wildBookmarks
   ================================
*/

.wildBookmarksCSS {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000066;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.wildBookmarksCSS:link {
    text-decoration:    none;
    color:#000066;
}

A.wildBookmarksCSS:visited  {
    text-decoration:    none;
    color:#000066;
}

A.wildBookmarksCSS:active   {
    text-decoration:    none;
    color:#000066;
}

A.wildBookmarksCSS:hover    {
    text-decoration:    none;
    color:#FF9900;
}

/*  Trying an Image */
.wildBookmarksImage {
    font-weight: bold;
    font-size: 8.5pt;
    color: #000066;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    background: url(wildMule40.gif) no-repeat;
	height: 40px; 
	width: 40px;
}

A.wildBookmarksImage:link {
    text-decoration:    none;
    color:#000066;
    background: url(wildMule40.gif) no-repeat;
	height: 40px; 
	width: 40px;
}

A.wildBookmarksImage:visited  {
    text-decoration:    none;
    color:#000066;
    background: url(wildMule40.gif) no-repeat;
	height: 40px; 
	width: 40px;
}

A.wildBookmarksImage:active   {
    text-decoration:    none;
    color:#000066;
    background: url(wildMule40.gif) no-repeat;
	height: 40px; 
	width: 40px;
}

A.wildBookmarksImage:hover    {
    text-decoration:    none;
    color:#FF9900;
    background: url(wildMule40.gif) no-repeat;
	height: 40px; 
	width: 40px;
}

