/* 2006-06-16 - Inherited site with hard coded tags. This only covers new items*/

a:link {
	color:#0099FF;
	text-decoration: none;
	}

a:visited {
	color:#6699CC;
	text-decoration: none;
	}

a:active {
	color:#000000;
	text-decoration: none;
	}

a:hover {
	color:#990000;
	text-decoration: none;
	}


.topImageWithBorder{
	border: solid 1px #000000;
	}


.topImageNoBorder{
	border: solid 0px #000000;
	}


/******* Webfodder Logo *********/
.webfodderLink{
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	line-height: 100%;
}

.webfodderLink:hover{
	color: #999999;
	text-decoration: underline;
	font-size: 10px;
	line-height: 100%;
}

/******* Webfodder Logo - Use when semi-transparent image is necessary *********/
div.fodder{
	filter: alpha(Opacity=100);
	width:32px;
	height:32px;
}