/* CSS Document */

#servicechart {
	text-align: center;
	width: auto;
}
#servicechart th,
#servicechart td {
	text-align: center;
	padding: 3px;
	width: 16%;
}

#servicechart th {
	background-color: #002E56;
	color: #FFFFFF;
	font-weight: bold;
}

#servicechart thead .col_1, thead .col_2, thead .col_3, thead .col_4 { 
	background-color: #002E56;
	font-size: 13px;
	font-weight: bold;
}

#servicechart td.col_1 {
	width: 5%;
}

#servicechart td.col_2 {
	width: 5%;
}

#servicechart td.col_3 {
	width: 55%;
}

#servicechart tbody	td {
	height: 25px;
}

#servicechart th, 
#servicechart tbody#subhead td {
	height: 40px;
}

#servicechart th.col_2 {
	background-color: #002E56;
}

#servicechart th.col_3 {
	background-color: #002E56;
}
#servicechart th.col_4 {
	background-color: #C0C0C0;
}

#servicechart tbody#subhead td.col_1 {
	background-color: #4d6c89;
	color: #FFFFFF;
}
#servicechart td.col_3,
#servicechart tbody#subhead td.col_2 {
	background-color: #EAEAEA;
}
#servicechart td.col_4,
#servicechart tbody#subhead td.col_3 {
	background-color: #DADADA;
}
#servicechart tbody#subhead td.col_4 {
	background-color: #CACACA;
}
#servicechart td.col_1 {
	background-color: #F9CBCD;
}
#servicechart td.col_2 {
	background-color: #F3F3F3;
}