h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

span.error {
    color: #7d3735;
    font-weight: bold;
}

span.smaller {
    font-size: 11px;
}

td.halfcol{
	border-left: 1px solid #cccccc;
}

td.narrowCol {
    border-left: 1px solid #cccccc;
    line-height: 120%;
}

td.narrowCol p {
    color: #6a6a6a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

td.wideCol {
    line-height: 120%;
}

td.wideCol p, ol, ul, li, td, th, tr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

td.wideCol span.date {
    color: #676767;
    font-size: 11px;
}