/* CSS Document */

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	
	scrollbar-face-color: #CECECE;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #CECECE;	
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #CECECE;	
}

hr {
	height			: 1px;
	color			: #919191;
}
/*A:link
{
	font-family		: Comic Sans MS;
	font-size		: 14pt;
	font-weight		: bold;
	color			: #800080;
	text-decoration	: none;
}*/
A:hover{
	font-family		: Comic Sans MS;
	font-size		: 15pt;
	font-weight		: bold;
	color			: #007B05;
	text-decoration	: none;
}
/*A:active
{
	font-family		: Comic Sans MS;
	font-size		: 14pt;
	font-weight		: bold;
	color			: #800080;
	text-decoration	: none;
}*/


.storetextaddress
{
	font-family		: Arial;
	font-size		: 10pt;
	font-weight		: bold;
	color			: black;
	text-decoration	: none;
}
.storetext{
	font-family		: Comic Sans MS;
	font-size		: 14pt;
	font-weight		: bold;
	color			: #800080;
	text-decoration	: none;
}
.biglinktext
{
	font-family		: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #007B05;
}
.smllinktext
{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	font-weight		: bold;
	color			: #007B05;
	text-decoration	: none;
}