p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
}

p.hindent {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
	margin-left: 10;
	margin-right 10;
}

.hindent {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
	margin-left: 10;
	margin-right 10;
}

b {
	font-weight: bold;
}

p b { 
	color: red;
} 

span {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
}

.large {
	font-size: large;
}

.medium {
	font-size: medium;
}

.small {
	font-size: small;
}

.smaller {
	font-size: smaller;
}

.xsmall {
	font-size: x-small;
}

.xxsmall {
	font-size: xx-small;
}

.pt {
	font-size: 8pt;
}

.list {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}

.red {
	color: Red;
}

.black {
	color: Black;
}

.lime {
	color: "#008000";
}

.bold {
	font-weight: bold;
}

.caption {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}

.storeshead {
    color: #FFFFFF;
    font-weight: bold;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-top-color: #FF0000;
    border-bottom-color: #FF0000;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 500px;
}



