
body, td {
	font-family: Georgia, serif;
	font-size: 12px;
}


tr.headerRow {
	background-color: #ffffff;
}

td.headerRowText {
	font-size: 24px;
	font-weight: bold;
	color: #000000;

	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

tr.storeNameRow {
	background-color: #cccccc;
	padding: 4px;
}

td.storeNameRowText {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	padding: 2px;

	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.infoTableHeaderRow {
	font-weight: bold;
	font-size: 18px;
	padding-left: 10px;
	color: #ffffff;
	background-color: #000000;
}

td.leftNavHolder {
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

td.pageHeader {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

.inpt {
	width: 80%;
	border-color: #000000;
}

.submt {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}

.submtOn {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
}

.copyrightRow {
	background-color: #000000;
	color: #ffffff;
	font-size: smaller;
	padding-right: 10px;
}


.leftNavBullet {
	text-decoration: none;
}

.star {
	color: #ff0000;
}

a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}

a.leftNav {
	font-size: 12px;
	font-weight: bold;
	display: block;
}

a.leftNav:hover {
	color: #ffffff;
	background-color: #000000;
}