body {
	text-align:center;
}

#articleTable {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#articleTable th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#articleTable td {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding:10px;
	font-size:8pt;
}
#articleTable p {
	font-size:8pt;
	margin-bottom:10px;
}

.colOne {
	width:100px;
	text-align:left;
	border-left:1px solid silver;
}
.colTwo {
	text-align:left;
}
.colThree {
	width:100px;
	text-align:left;
}
h1, h1 a {
        color:#AC1518;
        font-family:verdana,helvetica,arial;
        font-size:10pt;
        margin-bottom:0;
        padding-bottom:0;
		text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}

