@charset "utf-8";
/* CSS Document */
h1 { /** Contribute needs this **/
	color: #0033CC;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	line-height: 13pt;
	margin: 5px 0px 10px 0px;
}
h2 { /** Contribute needs this **/
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
}
#newsPage img {
	padding: 2px;
	border: 1px solid #000000;
}
#newsPage h2 {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
}
#newsPage table.right {
	float: right;
	margin: 10px 0px 10px 20px;
	border: none;
	text-align: center;
}
#newsPage table.left {
	float: left;
	margin: 10px 20px 10px 0px;
	border: none;
	text-align: center;
}
#newsPage table.center {
	display: block;
	margin: 0px auto 0px auto;
	border: none;
	text-align: center;
}
#newsPage table p {
	margin: 0px auto 0px auto;
	padding: 3px;
	font-style: italic;
	width: 300px;
}
