/* CSS Document */
#link {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#link a {
	color: #005880;
	text-decoration: underline;
}

#link a:hover {
	color: #FE7501;
	text-decoration: none;
}

#link img {
	float: right;
	margin-left: 3px;
}

#linktitle {
	color: #005880;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../../img/img04.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}
#linksummary {
	color: #333333;
	padding-left: 13px;
}

#linkbottom {
	color: #008000;
	font-size: 12px;
	padding-left: 13px;
}

#linkbottom a {
	color: #008000;
	text-decoration: none;
}

#linkbottom a:hover {
	color: #FE7501;
	text-decoration: none;
}
