.table_std_all {
		font-family: Verdana;
		font-weight: normal;
		color: #515151;
		font-size: 11px;
} 

.table_std_head {
        border-bottom: 2px solid #FFFFFF;
		font-weight: bold;
		color: #FFFFFF;
        padding: 4px;
        background-color:#0072BC;
        font-size: 12px;
}

.table_std_col {
        border-bottom: 1px solid #4089BF;
        border-left: 1px solid #4089BF;
        padding: 4px;
}

.table_std_col1 {
        border-bottom: 2px solid #FFFFFF;
        padding: 4px;
        background-color: #ADD7F0;
}

.table_std_col2 {
        border-bottom: 2px solid #FFFFFF;
        padding: 4px;
        background-color: #91CDED;
}

.table_std2_all {
        border-top: 1px solid #4089BF;
        border-right: 1px solid #4089BF;
		font-family: Verdana;
		font-weight: normal;
		color: #0B0B0B;
		font-size: 11px;
}

.table_std2_head {
        border-bottom: 1px solid #4089BF;
        border-left: 1px solid #4089BF;
		font-weight: bold;
		color: #ffffff;
        padding: 4px;
        background-color:#4089BF;
        text-align:center;
}

.table_std2_col {
        border-bottom: 1px solid #4089BF;
        border-left: 1px solid #4089BF;
        padding: 4px;
        text-align:center;
}

.table_std2_col1 {
        border-bottom: 1px solid #4089BF;
        border-left: 1px solid #4089BF;
        padding-left: 4px;
		color: #0B0B0B;
		text-align:center;
}

.table_std2_col2 {
        border-bottom: 1px solid #4089BF;
        border-left: 1px solid #4089BF;
        padding-left: 4px;
        color: #0B0B0B;
        text-align:center;
}