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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

h1 {
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.red {
	color: #9C0007;

}

.center {
	text-align: center;
}

.article {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
}

.greyline {
	height: 1px;
	line-height: 1px;
	font-height: 1px;
	border-top: 1px solid #666;
	margin: 10px 0px 10px 0px;
}