blockquote {
	margin-right: 0px;
	margin-top: 0px;
	opacity: 0.9; /* Opera(?) & Mozilla only */
}

blockquote blockquote {
	display: block;
}


/* CSS Validator WILL complain about this */

.repliers a[rel ="external"] {
	background-image: url(icons/ext.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 12px;
}

.repliers a[rel ^="mailto:"] {
	background-image: url(icons/email.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 18px;
}

#upimg {
	background-color: transparent;
	border-style: none;
	font-size: medium;
}

#upimg:hover {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

a.Main_DivLinks {
display:block;
text-decoration: none;
color: #335975;
cursor:pointer;
}