/* ----------- Base CSS ----------- */
td img {display: block;}

body {
	text-align: center;
	vertical-align: top;
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
}

.menu {
	width: 800px;
	height: 40px;
	text-align: center;
	margin: 0px auto;
}


.undermenu {
	clear:both;
	width: 800px;
	height: 25px;
	text-align: center;
	margin: 15px auto;
}


.undermess {
	clear:both;
	width: 800px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	margin: 10px auto 20px auto;
}

.MessBlue {
	color:#074b94;
	font-size: 16px;
	line-height: 20px;
}

