﻿.MainTable {
	padding: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #032B4D;
	border: 2px solid #032B4D;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
}
.MainTableNoBorder {
	margin: 0px;
	border-style: none;
	border-width: 0;
	font-family: Tahoma;
	font-size: 10pt;
	color: #032B4D;
	width: 800px;
	background-color: #FFFFFF;
}
.BodyStyle {
	background-color: #D5E2F0;
}
.NavTable {
	font-family: tahoma;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #032B4D;
	border-style: none;
	width: 800px;
	text-align: center;
	text-decoration: none;
	padding: 0px;
}
.NoDeco {
	font-family: tahoma;
	font-size: 10pt;
	text-decoration: none;
	color: #FFFFFF;
}
.MainText {
	font-family: tahoma;
	font-size: 10pt;
	color: #032B4D;
	margin-top: 0px;
	margin-bottom: 0px;
}

