/* CSS Document */

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
	text-decoration: underline;
}
.text_black_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #000000;
	text-decoration: none;
}
.text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #0216FF;
	text-decoration: underline;
}
.text_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #999999;
	text-decoration: none;
}
.text_blue_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #0216FF;
	text-decoration: none;
}
.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.text_white_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.containerDiv{color: black;margin: 5px; width: 100%;padding: 0 0 0 4px;font-size:13.5px; font-weight:bold;font-family:Arial;Background-color:#fff;border 1px sold #000;}

