.headding {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #0193DE;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0193DE;
}
.orrangetext {

	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #0080FF;
}
.btext {

	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #0080FF;
}
.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0193DE;
}
.b
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
.b:link 
{
	color: #0080FF;
	text-decoration: none;
	
}
.b:visited {
	text-decoration: none;
	color: #0080FF;
	
}
.b:hover {
	color: #FF9900;
	background-color: #050DA5;
}
.b:active {
	text-decoration: none;
	color: #0193DE;
	
}
html {
	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
}