.table_std_all {
        border-top: 1px solid #B3B3B5;
        border-right: 1px solid #B3B3B5;
		font-family: Arial;
		font-weight: normal;
		color: #515151;
		font-size: 12px;
		margin:0px;
		padding:0px;
} 

.table_std_head {
        border-bottom: 1px solid #B3B3B5;
        border-left: 1px solid #B3B3B5;
		color: #1a8359;
        padding: 4px;
        font-weight:bold;
        background-color:#E8E7EC;
        text-align:center;
        display:none;
}
.table_std_col {
        border-bottom: 1px solid #B3B3B5;
        border-left: 1px solid #B3B3B5;
        padding: 4px;
}

.table_std_col1 {
        border-bottom: 1px solid #B3B3B5;
        border-left: 1px solid #B3B3B5;
        padding: 4px;
        background-color: #fafafa;
        text-align:center;
        
}

.table_std_col2 {
        border-bottom: 1px solid #B3B3B5;
        border-left: 1px solid #B3B3B5;
        padding: 4px;
        text-align:center;
}
.table_std2_all {
        border-top: 1px solid #B3B3B5;
        border-right: 1px solid #B3B3B5;
		font-family: Arial;
		font-weight: normal;
		color: #515151;
		font-size: 12px;
}

.table_std2_head {
        border-bottom: 1px solid #B3B3B5;
        border-left: 1px solid #B3B3B5;
        font-weight:bold;
		color: #1a8359;
        padding: 4px;
        background-color:#E8E7EC;
        text-align:center;
}

.table_std2_col {
        border-bottom: 1px solid #B3B3B5;
        border-left: 1px solid #B3B3B5;
        padding: 4px;
}

.table_std2_col1 {
        border-bottom: 1px solid #B3B3B5;
        border-left: 1px solid #B3B3B5;
        padding: 4px;
		color: #515151;
		font-size: 12px;
		text-align:center;
}

.table_std2_col2 {
        border-bottom: 1px solid #B3B3B5;
        border-left: 1px solid #B3B3B5;
        padding: 4px;
        text-align:center;
        /*background-color: #F0F0F0;*/
}