/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */

.style2 {
	font-size: 9px;
}
.breadcrumbs {
	color: #1D3F63;
	font-size: 63%;
}
.searchForm {
	font-size: 63%;
}
.footer {
	text-align: left;
	font-size: 63%;
}
.footer a {
	color: #000000;
}

table.container {
	margin: 0 auto;
	/*height: 722px;*/
}
table.blueContentArea {
	background-color: #00ADEF;
}
table.whiteContentArea {
	background-color: #FFFFFF;
}
td.blueContent {
	height: 519px;
	background-color: #00ADEF;
}
td.whiteContent {
	height: 519px;
	background-color: #FFFFFF;
}