a
{
	color: #000080;
	text-align: center;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	color: rgb(255,0,0);
	text-align: center;
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

body
{
	background-color: #FFE4B5;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div
{
	margin-left: 0px;
	margin-right: 0px;
}

html
{
}

table
{
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: 0px;
}

td
{
	padding: 6px;
}

.copyright
{
	background-color: white;
	border-bottom: 1px solid black;
	font-size: 65%;
	padding: 0px;
	text-align: center;
}

.content
{
	background-color: #FFE4B5;
	height: 100%;
	width: 50%;
	padding: 4px;
	text-align: justify;
	line-height: 125%;
}

.header
{
	background-color: #800000;
	border-top: 3px solid black;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.navbar
{
	background-color: silver;
	border-bottom: 4px solid gray;
	border-top: 4px solid black;
	font-weight: bold;
	text-align: center;
}

.navbottom
{
	background-color: silver;
	border-bottom: 2px solid gray;
	border-top: 2px solid gray;
	font-size: 11px;
	padding: 3px;
	text-align: center;
}

#tableStoreHours
{
	border: 2px solid black;
	float: left;
	font-size: 12px;
	padding: 6px;
	height: 400px;
}

#tdStoreHours
{
	background-color: silver;
	padding: 6px;
	border-left: 2px solid black;
	font-size: 12px;
}

#tdStoreHoursHeader
{
	background-color: #800000;
	color: white;
	font-size: 24px;
	height:  36px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid black;
}

#tdStoreHoursOdd
{
	background-color: #F5F5F5;
	padding: 6px;
	border-left: 2px solid black;
	font-size: 12px;
}

#tdStoreHoursT
{
	background-color: silver;
	padding: 6px;
	font-size: 12px;
	width: 100%;
}

#tdStoreHoursOddT
{
	background-color: #F5F5F5;
	padding: 6px;
	font-size: 12px;
}