a {
	color: #566bb5;
	text-decoration: underline;
}

a:hover {
	color: #06786b;
	background: #eee;
}

a.p {
	padding: 0 3px 0 3px;
}

a.bullet {
	display: block;

	padding: 4px 0px 4px 12px;
	border-bottom: 1px solid #ccc;
	background: url("../../images/bullet-a.png") left center no-repeat;
	text-decoration: none;
	font-size: 8pt;
}

a.bullet:hover {
	background: #eee url("../../images/bullet-a-h.gif") left center no-repeat;
}



/* anchor cony ============================================================ */


#icons a{
	display: block;
	position: relative;
	float: right;
	height: 30px;
	
	padding-left: 0px;
	padding: 0 0 0 43px;

	color: #4e4897;
	text-decoration: none;
	font-size: 8pt;
}

#icons a:hover{ color: #d00057; }

a.icon-info { background: url("../../images/icon-info.png") center center no-repeat; }
a.icon-copy { background: url("../../images/icon-copy.png") center center no-repeat; }
a.icon-stop { background: url("../../images/icon-stop.png") center center no-repeat; }
a.icon-home { background: url("../../images/icon-home.png") center center no-repeat; }

a.icon-info-on { background: url("../../images/icon-info.png") center top no-repeat; }
a.icon-copy-on { background: url("../../images/icon-copy.png") center top no-repeat; }
a.icon-stop-on { background: url("../../images/icon-stop.png") center top no-repeat; }
a.icon-home-on { background: url("../../images/icon-home.png") center top no-repeat; }

a.icon-info:hover {	background: url("../../images/icon-info.png") center bottom no-repeat; }
a.icon-copy:hover {	background: url("../../images/icon-copy.png") center bottom no-repeat; }
a.icon-stop:hover {	background: url("../../images/icon-stop.png") center bottom no-repeat; }
a.icon-home:hover {	background: url("../../images/icon-home.png") center bottom no-repeat; }

a.icon-info-on:hover { background: url("../../images/icon-info.png") center bottom no-repeat; }
a.icon-copy-on:hover { background: url("../../images/icon-copy.png") center bottom no-repeat; }
a.icon-stop-on:hover { background: url("../../images/icon-stop.png") center bottom no-repeat; }
a.icon-home-on:hover { background: url("../../images/icon-home.png") center bottom no-repeat; }

