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