@charset "utf-8";
/* CSS Document */
	body {
	margin:14px 0 0 0;
	background:url(../images/bg.jpg) #f5f5f5 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	outline:none;
}
.bdr {
	border-right:#80b3b3 solid 1px;
	border-bottom:#80b3b3 solid 1px;
	border-left:#80b3b3 solid 1px;
}
.repeat-x {
	background-repeat:repeat-x;
}
.repeat-y {
	background-repeat:repeat-y;
}
.no-repeat
{
	background:no-repeat;
}
.runTxt {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#434343;
	line-height:19px;
	text-align:justify;
	text-decoration:none;
}
.subTxt  {
	font-family:Arial;
	font-size:12px;
	color:#353535;
	line-height:16px;
	text-decoration:none;
}

.ContactUsTxt {
	font-family:Tahoma;
	font-size:14px;
	color:#303030;
	line-height:16px;
	text-decoration:
}
.footerTxt {
	font-family:Tahoma;
	font-size:12px;
	color:#7a7a7a;
	text-decoration:none;
}

.textfield
{
	border:#8e8e8e;
}