@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12pt;
}
h2 {
	font-size: 11pt;
}
h3 {
	font-size: 10pt;
}


.article {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	padding: 5px;
}
.articleTitle {
	font-size: 11pt;
	font-weight: bold;
}
.articleDate {
	font-size: 9pt;
	font-style:italic;
}
.articleBody {
	margin-top: 4px;
}
.articleBody img {
	margin: 0px 5px 5px 0px;
}


.hiddenClear {
	clear:both;
}

#footer {
	color: #333333;
	font-size: 9pt;
	text-align:center;
}