A.toolbar:visited {
	text-decoration: underline;
}
A.toolbar:link {
	text-decoration : underline;
}
A.toolbar:hover {
	text-decoration: underline;
	color: #FFCC00;
}
A.text:visited {
	text-decoration: underline;
}
A.text:link {
	text-decoration : underline;
}
A.text:hover {
	text-decoration: underline;
	color: #FF0000;
}

body {
	background-color : White;
	margin-top : 0px;
	margin-left : 0px;
	margin : 0px 0px;
}
.toolbar {
	font-family: Tahoma, Arial, Helvetica;
	font-size: xx-small;
	font-weight: normal;
	color: White;
	text-decoration : none;
}
.copyright {
	font-family : Tahoma, Arial, Helvetica;
	font-size : 7pt;
	color : Black;
}
.pageheading {
	font-family : Tahoma, Arial, Helvetica;
	font-size: large;
	color: Red;
	text-decoration : none;
	font-weight : bold;
}
.subheading {
	font-family : Tahoma, Arial, Helvetica;
	font-size: medium;
	color: Red;
	text-decoration : none;
	font-weight : bold;
}
.paraheading {
	font-family : Tahoma, Arial, Helvetica;
	font-size: x-small;
	color: Red;
	text-decoration : none;
	font-weight : bold;
}

.text {
	font-family : Verdana, Arial, Helvetica;
	font-size: x-small;
	color: Black;
}
.boldtext {
	font-family : Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.errortext {
	font-family : Verdana, Arial, Helvetica;
	font-size: x-small;
	font-weight: bold;
	color: Red;
	text-decoration : none;
}

.smalltext {
	font-family : Verdana, Arial, Helvetica;
	font-size: xx-small;
	color: Black;
}
.storelist {
  padding: 5px 0px 5px 0px;
}

.tableheading {
  background-color: #999999;
  font-family: Verdana, Arial, Helvetica;
  font-size: xx-small;
  font-weight: bold;
  text-align: center;
  color: White;
  padding : 3px 3px 3px 3px;
  vertical-align : top;
}
.tabletext {
  font-family : Verdana, Arial, Helvetica;
  font-size: xx-small;
  color: Black;
  padding : 3px 3px 3px 3px;
}
.tabletext_gray {
  font-family : Verdana, Arial, Helvetica;
  font-size: xx-small;
  color: Black;
  background-color : #DDDDDD;
  padding : 3px 3px 3px 3px;
}
