.myTable{
    text-align:center;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width:724px;
    border: 1px solid black;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.myTable tr:hover {
    background-color: #ffffff;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.myTable tr{
    background-color:#E1E1E1;
}
td.subHeader{
    color:white;
    text-align:left;
    background-color:#999999;
    margin-left:2px;
}
.myTable td {
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    width:350px;
    height:20px;
}
.myTable th {
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    width:350px;
    height:20px;
}
.myTable td:first-child{
    text-align:left;
}
.myTable th {
    background-color: #1c75bc;
    color:#ffffff;
}
.myTable th.mainHeader{
    background-color: #333333;
    color:#ffffff; 
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.pageHeadingTable{
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    width:724px;
    border-collapse:collapse;
}
.pageHeadingTable tr{
    color:#ffffff;
}
.pageHeadingTable td:first-child{
    padding-left:20px;
    font-size:1.2em;
    background-color:#333333;
     text-align:left;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.pageHeadingTable td img {
    display: block;
    border: none;
    float: left;
    margin-left: 10px;
}
.pageHeadingTable td{
    background-color:#1c75bc;
    text-align:center;
}
.pageHeadingTable td > a {
    text-decoration: none;
}
.pageHeadingTable .lastUpdated{
    width:170px;
    background-color:#cc0000;
    text-align:center;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
.pageHeadingTable a{
    color:white;
}
.ie-hack {
    color: #e1e1e1; 
}
