h1 {
	color: #666666;
	font-size: 200%;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 1px;
	color: #666666;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	color: #666666;
}

h4 {
	font-size: 80%;
	font-weight: normal;
	color: #666666;
}

body {
	font-family: Arial, Helvetica, sans-serif;


}
.tblmain {
	background-color: #FFFFFF;
	border: 1px none;

}


.tablehighlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	border: 1px solid #999999;
	background-color: #F5F5F5;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.tblmenumain {
	border: 1px solid #999999;
	background-color: #F5F5F5;


}
.tblfooter {
	border: 1px solid #999999;
	background-color: #F5F5F5;


}
.txtmerchants {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 5px;


}
.celltopsites {
	font-weight: bold;
	background-color: #E9E9E9;
}


a:link {
	color: #1144DD;
	font-weight: bold;
}


a:visited {
	color: #1144DD;
	font-weight: bold;

}

a:hover {
	color: #000099;
	font-weight: bold;
	background-color: #CFE9FE;
}

.txtfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666666;
}


#MultipleProductContainer {
    /*for testing*/
	/*background-color: #660000;*/	 
}

#SingleProductContainer {
	width: 220px;
	float: left;
	/*for testing*/
	/*background-color: #006666;*/	
}

.clear { clear: both; } /* Apply style to a br and you can clear the columns of floating divs above */
                        /* clear both will clear both left and right floated elements above */

