.smallWhite {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.menuWhite {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.normalText {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #656565;

}
.headingText {
	font-family: arial;
	font-size: 16px;
	font-weight: bolder;
	color: #4E4F50;
	text-decoration: none;
}
.headingTextWhite {
	font-family: arial;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.leftLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E8F3;
}
.bigText {
	font-family: arial;
	font-size: 18px;
	text-decoration: none;
}
.subHeadingText {

	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #85A5CB;
	text-decoration: none;
}
.tableBorder {
	border: 1px solid #4574A9;
}
.linkNormalText {

	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #4874A9;
}
.linkNormalBoldText {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #4874A9;
	font-weight: bold;

}
.blueBackground	{
	background-color:#74A4D4;
}
