/* CSS Document */

.headingText{
	color: #000000;
	font-size: 2cm;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subtitle {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	FONT-SIZE: 20px;
	COLOR: #84C1FF;
	text-decoration: underline;
}

.grey:link, .grey:visited, .grey:active {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	FONT-SIZE: 14px;
	COLOR: #333333;
	TEXT-DECORATION: none;
}
.grey:hover {
	COLOR: #ff6633;
	TEXT-DECORATION: underline;
}
.mainDotText {
	font-size: 2cm;
	color: #FF6633;
	font-weight: bold;
}
.MainCom {
	font-size: 2cm;
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.lightBlueText{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	FONT-SIZE: 20px;
	COLOR: #99ccff;
}
.blue {
	font-family: Arial;
	font-size: 14px;
	color: #6699CC;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}