.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-size: 12pt;
	font-family: Verdana;
        font-weight: bold;
	color: #FFFFFF;
        background-color: #004891;
}
.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 */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 9pt;
	color: #003871;
}

a.pageLinks:visited	/* Sets the link appearance on the page */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 9pt;
	color: #003871;
}
a.pageLinks:active	/* Sets the link appearance on the page */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 9pt;
	color: #003871;
}
a.pageLinks:hover	/* Sets the link appearance on the page */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 9pt;
	color: #FF0000;
}
a.adminPageLinks:link	/* Sets the link appearance on the admin pages */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 10pt;
	color: #003871;
}

a.adminPageLinks:visited	/* Sets the link appearance on the admin pages */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 10pt;
	color: #003871;
}
a.adminPageLinks:active	/* Sets the link appearance on the admin pages */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 10pt;
	color: #003871;
}
a.adminPageLinks:hover	/* Sets the link appearance on the admin pages */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 10pt;
	color: #FF0000;
}
.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;
}
.warningStyle		/* General warning font style for the script */
{
	font-size: 8pt;
	font-family: Verdana;
	color: #FF0000;
}




.errorStyle		/* General error font style for the script */
{
	font-size: 8pt;
	font-family: Verdana;
	color: #FF0000;
}

.outterTable		/* Controls the outter table on the Results Page */
{
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
	border: 1px solid #004891;
	padding: 10px;
}

.innerTable		/* Controls the inner table on the Results Page */
{
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
}
.innerTable td {
	padding-top: 7px;
	padding-bottom: 7px;
}

.headerCell		/* Controls the look and feel of the title cell in the Results Page */
{
	font-size: 11pt;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004891;
	padding: 10px;
}
.storeName		/* Sets how each store name will appear */
{
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	color: #FF0000;
}
a.pageLinks:link	/* Sets the link appearance on the page */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 9pt;
	color: #003871;
}

a.pageLinks:visited	/* Sets the link appearance on the page */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 9pt;
	color: #003871;
}
a.pageLinks:active	/* Sets the link appearance on the page */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 9pt;
	color: #003871;
}
a.pageLinks:hover	/* Sets the link appearance on the page */
{
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 9pt;
	color: #FF0000;
}
.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;
}

.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;
}
.style13 {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style17 {color: #000000}
.style2 {font-size: 12px}
.style4 {	font-size: 11px;
	line-height: 14pt;
	font-weight: normal;
}
.style40 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.style47 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.style48 {	color: #9933CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style49 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.style5 {color: #FFFFFF}
.style50 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style57 {color: #993399}
.style61 {color: #993399; font-weight: bold;}
.style62 {color: #FF0000}
.style8 {color: #9933CC}
.style64 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style65 {font-size: 11px}
.style63 {line-height: 18px; color: #FFFFFF; }
.style66 {font-size: 14px}
a:visited {
	color: #FFCCFF;
}
.style69 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #993399; }
