.coreContent {
}

#body_page_title {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	text-align: center;
	color: black; /*rgb(102, 102, 102);*/
}

.table_header {
	color: white;
	text-align: center;
}

.table_header a:link, .table_header a:visited {
	color: white;
	text-decoration: none;
}

#table_header1 {
	background-color: rgb(57, 83, 130);
}
#table_header1 a:hover {
	color: rgb(244, 183, 118);
}

#table_header2 {
	background-color: rgb(128, 128, 128);
}
#table_header2 a:hover {
	color: black;
}

.table_body1 {
	color: white;
	background-color: rgb(97, 123, 170);
}
.table_body1 a:link, .table_body1 a:visited {
	color: white;
	text-decoration: none;
}
.table_body1 a:hover {
	color: rgb(204, 204, 204);
}
#table_body1_email, #table_body1_link {
	text-align: center;
}

.table_body2 {
	color: black;
	background-color: rgb(204, 204, 204);
}
.table_body2 a:link, .table_body2 a:visited {
	text-decoration: none;
	color: black;
}
.table_body2 a:hover {
	color: rgb(57, 83, 130);
}
#table_body2_cust_name {
	font-weight: bold;
}

#training_and_sw {
	width: 600px;
	margin: 0px auto;
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#training_and_sw a:link, #training_and_sw a:visited {
	text-decoration: none;
	color: rgb(53, 158, 216);
}
#training_and_sw a:hover {
	color: rgb(244, 183, 118);
}