a.LinkButtonStandard {
	background-image:url('../images/btn_more.png');
	background-repeat:no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	margin-bottom:0px;
	margin-left:18px;
	display:block;
	text-indent:22px;;
	line-height:17px;
}

a.LinkButtonStandard:hover  {
	text-decoration: underline;
}

a.LinkButtonExtern {
	background-image:url('../images/btn_extlink.png');
	background-repeat:no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	margin-bottom:0px;
	margin-left:18px;
	display:block;
	text-indent:22px;;
	line-height:17px;
}

a.LinkButtonExtern:hover  {
	text-decoration: underline;
}

a.LinkButtonPDF {
	background-image:url('../images/btn_pdf.png');
	background-repeat:no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	margin-bottom:0px;
	margin-left:18px;
	display:block;
	text-indent:22px;;
	line-height:17px;
}

a.LinkButtonPDF:hover  {
	text-decoration: underline;
}

a.LinkButtonWord {

	background-image:url('../images/btn_word.png');
	background-repeat:no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	margin-bottom:0px;
	margin-left:18px;
	display:block;
	text-indent:22px;;
	line-height:17px;
}

a.LinkButtonWord:hover  {
	text-decoration: underline;
}

a.LinkButtonText {
	/*background-image:url('../images/btn_more.png');
	background-repeat:no-repeat;*/
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	/*margin-bottom:0px;
	display:inline-block;
	text-indent:17px;
	position:absolute;
	margin-left:2px;*/
	
}

a.LinkButtonText:hover  {
	text-decoration: underline;
}

a.LinkButtonMail {
	background-image:url('../images/btn_mail.png');
	background-repeat:no-repeat;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	margin-bottom:0px;
	margin-left:18px;
	display:block;
	text-indent:22px;;
	line-height:17px;	
}

a.LinkButtonMail:hover  {
	text-decoration: underline;
}