.body {
	background-color: #E1E1E1;
	margin: 0px;
}
.blacktext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.redtext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.whitetext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.bluetext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #07ABE7;
	text-decoration: none;
}
.blue1text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bolder;
	color: #07ABE7;
	text-decoration: none;
}
.contantbg {
	background-image: url(images/contant-bg.gif);
	background-repeat: repeat-x;
}
.link1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px; font-weight:none;
	color: #07ABE7;
	text-decoration: none;
	}
	
.link1:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px; font-weight:normal;
	color: #CC6600; 
	text-decoration: underline; 
	}
.contanttext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	text-decoration: none;
}.about {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.view {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11.5px; font-weight:normal;
	color: #0066FF;
	text-decoration: none;
	}
	
.view:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px; font-weight:normal;
	color: #CC6600; 
	text-decoration: underline; 
	}
.link2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px; 
	color: #666666;
	text-decoration: underline;
}
.link2 :hover{
	color: #cccccc;
	text-decoration: none;
}
input {
	border: 1px solid #CCCCCC;
}
.btn {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #FF9900;
}
.btn1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #0099FF;
}
.tabletxt{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px; font-weight:normal;
	color: #666666;
	text-decoration: none;
	}
.b-text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #0066CC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.allbdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
