body {
	margin: 0px;
	padding: 0px;
}
td {
font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
	
}
a {
text-decoration:none;
}

h1 {
font-size:19pt;
font-weight:normal; 
margin:0px;
padding:0px;
}
h2 {
font-size:17pt;
font-weight:normal; 
margin:0px;
padding:0px;
}
h3 {
font-size:14pt;
font-weight:normal;
margin:0px;
padding:0px;
}
h4 {
font-size:12pt;
font-weight:normal; 
margin:0px;
padding:0px;
}
h5 {
font-size:9pt;
font-weight:normal;
margin:0px;
padding:0px;
}
h6 {
font-size:8pt;
font-weight:normal; 
margin:0px;
padding:0px;
}
.bg-orange{
background-color:#E8BD51;

}
.bg-ltgrey{
background-color:#F9F9F9;

}
.bg-dkgrey{
background-color:#E2E2E2;
}
.bg-dkdkgrey{
background-color:#808285;
}

.bg-red{
background-color:#ED2123;

}
.font-tre{
font-family:"Trebuchet MS";
}
.font-tre-new{
font-family:"Trebuchet MS";
color:#FFFFFF;
}
.font-lineheight{
line-height:10px;

}
.txt-greylink {
	color: #A7A7A7;
}
.txt-greylink:hover {
	color: #D42118;
}
.txt-dkgrey {
	color: #6C6C6C;
	
}
.txt-grey {
	color: #A7A7A7;
	
}
.txt-blue {
	color: #125C78;
	
}
.txt-bluelink {
	color: #548CD4;
	text-decoration:underline;
}
.txt-bluelink:hover {
	color: #548CD4;
	text-decoration:none;
}

.txt-grey01 {
	color: #7F7F80;
	
}
.txt-dkred {
	color: #D42118;
	font-family:"Trebuchet MS";
	
}
.txt-red {
	color: #EE2E30;
	text-decoration:none;
}
.txt-red-new {
	background-image:url(../images/bg-headernew.gif);
	width:763px;
	padding-left:10px;
}
.txt-redstrike {
	color: #EE2E30;
	text-decoration:line-through;
}
.txt-dkgreylink {
	color: #6C6C6C;
	text-decoration:none;
}
.txt-dkgreylink:hover {
	color: #6C6C6C;
	text-decoration:underline;
	
}
.bg-white-border{
background-color:#ffffff;
border: 1px solid #477DA8;

}
.grey-link {
	color: #5B5B5B;
	text-decoration:underline;
}
.grey-link:hover {
	color: #5B5B5B;
	text-decoration:none;
}
.txt-orange {
	color: #EA7600;
	text-decoration:underline;
}
.txt-orange:hover {
	color: #EA7600;
	text-decoration:none;
}



.txt-black {
	color: #000000;
	text-decoration:none;
}
.txt-black:hover {
	color: #000000;
	text-decoration:underline;
}
.txt-whitelink {
	color: #ffffff;
	text-decoration:underline;
}
.txt-whitelink:hover {
	color: #ffffff;
	text-decoration:none;
}
.txt-white {
	color: #ffffff;
}
.txt-white-georgia {
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25pt;
}
.txt-red-georgia {
	/*color: #EB6402;
	font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#FFFFFF;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14pt;
	
	
}
.txt-white-georgia-small
{
  color:#FFFFFF;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14pt;
}

.txt-big-georgia{
	color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30pt;
}
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:9pt;
	
	
}

.grey-border{
border:1px solid #D9DADB;
}

.contentBg{
	
	width:764px;
	height:344px;
	padding: 10px 0px 0px 10px;
}
.cartContentBg{
	padding: 0px 10px 0px 0px;
	width:763px;
	height:297px;
}

a.info{
	position: relative;
	/*float: left;*/
	/*color: #535353;*/
	z-index:24;
    text-decoration:underline;
	width: 100px;
}

a.info:hover{
	z-index:25;
	background-color:#D5DFED;
	
}

a.info span {
	position: absolute;
	/*
	top: 2em;
	left: 2em;
	*/
	display: none;
}

a.info:hover span {
	display: block;	
    background-color:#EAEAEA;
	font-weight:bold;
	font-size: 11px;
	color: #000000;
    margin-top:15px;
	padding:5px;
    text-align: center;
	width: 200px;
}