.Table
{
    display: table;
}
.Row
{
    display: table-row;
}
.C1
{
   vertical-align: top;
   display: table-cell;
   padding-left: 15px;
   padding-right: 20px;
   font-size: 22px;
}
.C2
{
  vertical-align: top;
  display: table-cell;
  border-left: solid;
  border-width: 2px;
  padding-left: 15px;
  padding-right: 5px;
}
.Table2
{
   display: table;
}
.Row2
{
   display: table-row;
}
.C11
{
   display: table-cell;
	 padding: 15px;
   background-color:#999999;
   border-bottom: solid;
   border-width: 1px;
   font-weight:bold;
}
.C22
{
   display: table-cell;
   padding: 15px;
   background-color:#cccccc;
   border-bottom: solid;
   border-width: 1px;
}

a:link
{
  color:#777777;
  text-decoration: none;
	font-weight:bold;
}
a:visited
{
  color:#777777;
}
a:hover
{
  text-decoration: none;
  border-bottom: solid 4px #0099ff;
}