.genericStyle		/* General font style for the script */
{
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
}
.adminGenericStyle		/* General font style for the script */
{
	font-size: 10pt;
	font-family: Verdana;
	color: #000000;
}
.adminHeaderCellStyle		/* General font style for the script */
{
    font-weight: bold;
	color: #FF0000;
}
.adminWhiteBackgroundCellStyle		/* General font style for the script */
{
	font-size: 10pt;
	font-family: Verdana;
	color: #000000;
        font-weight: bold;
        background-color: #FFFFFF;
}
a.pageLinks:link	/* Sets the link appearance on the page */
{
}

a.pageLinks:visited	/* Sets the link appearance on the page */
{
}
a.pageLinks:active	/* Sets the link appearance on the page */
{
}
a.pageLinks:hover	/* Sets the link appearance on the page */
{
}
a.adminPageLinks:link	/* Sets the link appearance on the admin pages */
{
}

a.adminPageLinks:visited	/* Sets the link appearance on the admin pages */
{
}
a.adminPageLinks:active	/* Sets the link appearance on the admin pages */
{
}
a.adminPageLinks:hover	/* Sets the link appearance on the admin pages */
{
}
.button			/* Sets the style on the button on the Search Page */
{
	 font-family: Verdana;
	 font-size: 8pt;
	 font-weight: bold;
	 color: #000;
	 border: 1px solid #004891;
	 background-color: #AAA;
}
.warningStyle		/* General warning font style for the script */
{
	color: #FF0000;
}


/* nothing used below here */

.errorStyle		/* General error font style for the script */
{
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
}
.outterTable		/* Controls the outter table on the Results Page */
{
	padding: 10px;
	width: 100%;
	
}

.outterTable table { margin:0 auto; background-color: #FFF; }
.outterTable table td { color: #000; text-align: center; background-color: #FFF;  }
.outterTable .style2 { color: #09F; text-align: center; line-height: 25px; background-color: #FFF; }

.innerTable		/* Controls the inner table on the Results Page */
{
	width: 100%;
	border-bottom: 3px double #06C;
	margin: 0;
	padding: 15px 0 15px 0;
}
.headerCell		/* Controls the look and feel of the title cell in the Results Page */
{
	font-size: 16px;
    font-weight: bold;
	color: #000;
	text-align: center;
}
.storeName		/* Sets how each store name will appear */
{
	font-size: 12pt;
	font-family: Verdana;
	font-weight: bold;
	color: #3C0;
	padding-bottom: 5px;
}
a.pageLinks:link	/* Sets the link appearance on the page */
{
}

a.pageLinks:visited	/* Sets the link appearance on the page */
{
}
a.pageLinks:active	/* Sets the link appearance on the page */
{
}
a.pageLinks:hover	/* Sets the link appearance on the page */
{
}
.button			/* Sets the style on the button on the Search Page */
{
	 font-family: Verdana;
	 font-size: 8pt;
	 font-weight: bold;
	 color: #004891;
	 border: 1px solid #004891;
	 background-color: #FFFFFF;
}
.enterZipTable		/* Sets the style of the table on the Search Page */
{
	border: 1px solid #C0C0C0;
	background: #1B567F;
}

.pageHeader		/* Sets the font properties for the title text on the Search Page */
{
	font-family: Verdana;
	font-size: 9pt;
	color:#004891;
	font-weight: bold;
}
.dropDownBox		/* Sets the style properties of the drop down box on the Search Page */
{
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	border: 2px inset #004891;
}
.textBox			/* This sets the style properties of the zip code text box on the Search Page */
{
	font-size: 9pt;
	font-family: Verdana;
	color: #000000;
}
.copyright
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	color: #0000FF;
	text-decoration: none;
}

.copyright a:link
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	color: #0000FF;
	text-decoration: none;
}

.copyright a:active
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	color: #0000FF;
	text-decoration: none;
}

.copyright a:visited
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	color: #0000FF;
	text-decoration: none;
}

.copyright a:hover
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}
.boldtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
