/****Global Settings starts here****/
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.03em;
	color: #2A2D31;
	background: #FFF;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a:link,a:visited{
	color: #00467F;
	text-decoration: underline;
}
a:hover{
/*	color: #0062B2;*/
	color: #fff;
	background-color: #00467F;
	text-decoration: none;
/*	border-bottom: 1px dotted #0062B2;*/
}
h1 a:hover{
	border-bottom: 0px;
	background-color: transparent;
}
h1, div{
	margin: 0 auto;
	width: 600px;
	text-align: center;
}
h1{
	margin-top: 15px;
}
h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 35px;
}
hr{
	width: 600px;
	margin-bottom: 15px;
}
#MsgBody{
	margin-top: 0px;
	margin-bottom: 100px;
}
#BottomNav, #Copyright{
	font-size: 10px;
}
#Copyright{
	margin-top: 10px;
	color: 
}