body {
	font-family: "Comic Sans MS";
	margin: 0;
	

}
.stripeBG {
	background-image: url(images/stripesColor.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	font-family: "Comic Sans MS";
	
}
a:hover{

}
.sideborder {
	background-image: url(images/sidestripe.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.sideText {
	font-size: 14px;
	color: #663399;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sideText ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	list-style-position: outside;
	list-style-image: url(images/bulletSide.gif);
}
.sideText a {
	color: #663399;
}
.tableText {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.headingTableStores {
	color: #FAB341;
	background-color: #000000;
}
.noDec {
	text-decoration: none;
}
.blackLink {
	color: #000000;
	text-decoration: none;
}
.blackLink a {
	color: #000000;
}
.formNoBorder{
margin-top: 0px;
margin-bottom: 0px;
}
.buttonStyle{
font-size:10px;
}

.PurpleText{
color: #63309C;
}