﻿.bemsanalt_header {
	background: #ADB96E;
}
.bemsanalt_container1 {
	width: 100%; /* the auto value on the sides, coupled with the width, centers the layout */
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #054D88;
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
}
.bemsanalt_container02 {
	width: 970px; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden;
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.bemsanalt_container2 {
	width: 970px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	background-color: #054D88;
}
.bemsanalt_container21 {
	width: 500px; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	background-color: #054D88;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.bemsanalt_container3 {
	width: 325px;/* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	background-color: #054D88;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.alt2 {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Verdana;
}
.tklalt {
	color: #FFFFFF;
}

