.topDottedBorder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
}
.bothSidesDottedBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bottomDottedBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
.hover1 {
	color: #FF6600;
	text-decoration: none;
}
a.hover1:hover {
	color: #FF3300;
	text-decoration: underline;
}
.orangeTextColor {
	color: #FF6600;
}
.headingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.transparentBackground{
	filter:alpha(opacity=50); /* IE's opacity*/
    opacity: 0.50;
}
