.Background {
	background: url(images/bg_tile.jpg ) repeat;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #345272;
	font-size: 22px;
	font-weight: bold;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #345272;
	font-size: 12px;
	font-weight: bold;
}

.textNormalGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	font-weight: normal;
}


.errormsg {
	font-size: 14px;
	display: block;
	width: 84%;
	line-height: 16px;
	font-weight: normal;
	color: #b40000;
	background: url(images/exclamation.png) no-repeat 0px center;
	padding: 7px 3px 0px 33px;
	margin: 10px 0;
	border-top: 2px solid #F40000;
	border-bottom: 2px solid #F40000;
}

.textNormalBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #345272;
	line-height: 14px;
	font-weight: normal;
}
.textNormalwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
}
.link {
	color: #345272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}
.link:hover {
	color: #71869c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.subNav {
	color: #345272;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.subNav:hover {
	color: #71869c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.bottomNav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}
.bottomNav:hover {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}