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

