/*css*/
body{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: none;
}


td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}
.head1{
	color:#8b0319;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
}

.td_y{
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

.td_b{
	border-left: 1px solid #fce45c;
	border-right: 1px solid #fce45c;
	border-bottom: 1px solid #fce45c;
}

.td_b1{
	border-left: 1px solid #6D91B9;
	border-right: 1px solid #6D91B9;
}

.t1{
	color:#5C5C5C;
	font-size:11px;
	font-weight: bold;
}

.t2{
	color:#5C5C5C;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
.t2_h{
	color:black;
	font-size:15px;
	font-weight: bold;
	text-decoration:none;
	padding-right: 10px;
	background-color:#fce45c;
}
.s1{
	color:#FF0000;
	font-size:12px;
	font-weight: bold;
}
.in1{
	color:#232323;
	font-size:12px;
	width: 180px;
	font-family:Arial;
	font-size:11px;
	border-style: solid;
	BORDER-COLOR:gray;
	border-width:1px;
}

.in2{
	color:#232323;
	font-size:12px;
	width: 110px;
}
.bottun2{
	color:white;
	font-size:14px;
	font-weight: bold;
	width: 110px;
	background-color:#8b0015;
}
.cartitle{
    font-family:arial;
    font-size:12px;
    color:darkred;
    }
.Inputstl{
    font-family:arial;
    font-size:12px;
    width:180px;
    height:19px;
    }
.Inputstlsmall{
    font-family:arial;
    font-size:12px;
    width:70px;
    height:19px;
    }
.txtdata{
    font-family:arial;
    font-size:12px;
    color:black;
    }
.redfnt{
    font-family:arial;
    font-size:12px;
    color:red;
    }
.whitefnt14{
    font-family:arial;
    font-size:15px;
    color:#000000;
    }
.bottun1{
    font-family:arial;
    font-size:14px;
    background-color:#CC6600; 
    color:White; 
    border:solid 1px white;
    }
.tablebordersSaddleBrown{
    border-bottom:solid 1px gray;
    border-top:solid 1px gray;
    border-right:solid 1px gray;
    border-left:solid 1px gray;
    }
.price{
	 font-size:23px;
	 color:darkgreen;
	 font-weight: bold;
	}
.dealtitle{
	 font-size:17px;
	 color:#5C5C5C;
	 font-weight: bold;
	}