table {
width: 100%;
font-size: 0.7em;
color: #000080;
font-family: Arial;
border-left: 1px solid #C0C0C0;
border-top: 1px solid #C0C0C0;
border-collapse: collapse;	
border-spacing: 0;
}

thead,
tfoot {
text-align: left;
}

thead tr th {
background-color: #e0eaf2;
font-size: 1.2em;
font-weight: bold;
}

tfoot tr th {
font-size: 7pt;
font-weight: normal;
font-style: italic;
}

th {
padding: 0.2em 1em;	
}

td {
padding: 0.2em 1.2em;	
}

th,
td {
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
vertical-align: top;
}

td.left {
width: 25%
}

td.right {
width: 75%
}

p {
margin: 0;
}

ol,
ul {
margin: 0;
padding-left: 2.2em;
}

