style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	background-color: #FFFFFF;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	display: none;
}

a:link 
{
text-decoration: none;
color: #666666;

}

a:visited 
{
text-decoration: none;
color: #666666;

}  

a:hover 
{
text-decoration: underline;
color: #0B1269;
}  

p.mainText {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;

   text-align: center; 
}


p.noResult {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;

}

form.mainForm {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;

   text-align: center; 
}



td.resultTitle {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #333;
}

td.resultPrice {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000;
}

td.resultStore {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #777;
}


td.resultEach {
   width: 100%;
}


table.resultEachTbl {
   width: 100%;
}


td.resultImage {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #777;

   width: 100;
}


td.resultNoImage {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #777;

   width: 5;
}

td.smallImage {
  width: 200;
  vertical-align: center;
}


td.topBar {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #777;

   text-align: left;
   vertical-align: center;
}

td.resultsBar {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000;
   background-color: #aaf;

   width=100%;
   height=22;

   text-align: left;
   vertical-align: center;
   
   padding-left: 15px;  
}


input.btn{
   color:#000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
   background-color:#eee;

   height: 20;
   width: 100;
   
   border:1px solid;
   border-top-color:#000;
   border-left-color:#000;
   border-right-color:#000;
   border-bottom-color:#000;
}

input.txtDF{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
   background-color:#fff;

   height: 20;
   width: 300;
   
   border:1px solid;
   border-top-color:#000;
   border-left-color:#000;
   border-right-color:#000;
   border-bottom-color:#000;
}

