#comparison_table {
    padding:10px;
    border:solid 1px #AAAAAA;
}

#comparison_table td {
    padding-left:10px;
    text-align:center;
    border-left:solid 1px #AAAAAA;
    padding-right:10px;
    font-weight:bold;
    color:#739FE0;
}

#comparison_table_header_row {
    background-color:#739FE0;
    font-weight:bold;
    color:#EEEEEE;
}

#comparison_table_header_row td {
    border:none;
    width:175px;
    text-align:center;
    font-size:11pt;
    color:#EEEEEE;
}

#comparison_table_feature_row {
    background-color:#EEEEEE;
}

#comparison_table_feature_row  td{
    color:#000000;
}

#comparison_feature_title {
    font-weight:bold;
    background-color:#D8D8D8; 
    color:#000000;
}

#comparison_feature_content {
    color:#739FE0;
    font-weight:normal;
}
