.table_std_all {
        border-top: 1px solid #004080;
        border-right: 1px solid #004080;
		  font-family: Arial, Helvetica, sans-serif;
		  font-size: 11px;
}

.table_std_head {
        border-bottom: 1px solid #004080;
        border-left: 1px solid #004080;
        font-weight: bold;
        text-align: center;
        padding: 4px;
}

.table_std_col {
        border-bottom: 1px solid #004080;
        border-left: 1px solid #004080;
        padding: 4px;
}

.table_std_col1 {
        border-bottom: 1px solid #004080;
        border-left: 1px solid #004080;
        padding: 4px;
}

.table_std_col2 {
        border-bottom: 1px solid #004080;
        border-left: 1px solid #004080;
        padding: 4px;
        background-color: #F0F0F0;
}

.table_std2_all {
        border-top: 1px solid #004080;
        border-right: 1px solid #004080;
}

.table_std2_head {
        border-bottom: 1px solid #004080;
        border-left: 1px solid #004080;
        font-weight: bold;
        text-align: center;
        padding: 4px;
}

.table_std2_col {
        border-bottom: 1px solid #004080;
        border-left: 1px solid #004080;
        padding: 4px;
}

.table_std2_col1 {
        border-bottom: 1px solid #004080;
        border-left: 1px solid #004080;
        padding: 4px;
}

.table_std2_col2 {
        border-bottom: 1px solid #004080;
        border-left: 1px solid #004080;
        padding: 4px;
        /*background-color: #F0F0F0;*/
}