table.info {
    font-size: 8.5pt;
    background-color: #ffffff;
}

table.info td {
    color: #000000;
    background-color: #cfdfef;
	/*
    line-height: 1em;
	*/
    padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
    text-align: left;
}

table.info td.title {
    color: #ffffff;
    background-color: #002f90;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

table.info td.heading {
    color: #002f90;
    background-color: #e0e0e0;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

table.info td.sideheading {
    font-weight: bold;
    white-space: nowrap;
}

table.info td.spacer {
    background-color: #ebf2f9;
}

table.info td.number {
    text-align: center;
}

table.info+p {
    position: relative;
    padding-top: 0em;
    margin-top: 0px;
}

table.info td.subheading {
    font-weight: bold;
    padding-left: 5px;
    background-color: #cfdfef;
}

table.info td.blank {
    background-color: #ffffff;
}

table.info td.item {
    font-weight: normal;
    padding-left: 10px;
    background-color: #ebf2f9;
}
