/* Re-defined HTML-styles */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/* Hyperlinks */

a.smallGrey:link {
	color: #666666;
}
a.smallGrey:visited {
	color: #666666;
}
a.smallGrey:hover {
	color: #000000;
	text-decoration: underline;
}
/* Form elements */
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 9pt;
	color: #000000;
	border: solid 1px #BFBFBF;
}
/* Custom styles */
.articleListTitle {
		font-weight: bold
}
.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BE523A;
}
.pdfAttachment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallGrey {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
		text-decoration: none;
}
