/* CSS Document */
.copy { color: #663399; }
.copyRed { color: #ff0000; }

#main-content-table .copy,
#main-content-table .copyRed {
	font-size: 80%;
}


#main-content-table li {
	font-size: 14px;
	font-weight: normal;
	color: #0000ff;
}
.header {
	font-size: 22px;
	font-weight: bold;
	color: #663399;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #663399;
}
.state {
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
}
.store {
	font-size: 11px;
	font-weight: normal;
	color: #663399;
}
img {
	border: none;
}

#main-content-table p {
	margin: 10px 0 0 10px;
}

