
.title {
    text-align: center; 
    font-size: 20pt;
    background-color: #ffffff;
}

.large_font {
    font-size: 15pt;
}
.middle_font {
    font-size: 12pt;
}
.small_font {
    font-size: 9pt;
}
.shared {
    background-color: #dcdcdc;    
}  

table {
  text-align: left;
  width: 100%;
}

th{
  text-align: center;
  background-color: #ccc;
}

td {
  text-align: left;
}

td.num {
  text-align: right;
}

td.pos_center {
  text-align: center;
}

tr.desrow {
	border-bottom: 1pt solid black;
}


