@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FCFAEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #636363;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.storename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:700;
}

h2 {
	font-size:22px;
	text-align: center;
}

th {
	font-size: 12px;
	background-color: #7c7a7a;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
}

#statetable {
	width: 800px;
	margin: 0px auto;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#statetable table tr th {
	background-color: #b0b3a5;
	height: 28px;
	text-align:left;
}

.evenrow {
	background-color: #f1dfab;
	vertical-align: middle;
	height: 36px;
}

.oddrow {
	background-color: #f9eed1;
	vertical-align: middle;
	height: 36px;
}


.bottomlogo {
	padding-bottom: 20px;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	right: 0px;
	bottom: 10px;
	text-align:right;
}

#statetable table {
	width: 100%;
	border: 1px dotted #666;
	border-color: #898378;
	
}

#statetable td
 {
  padding: 6px;
  text-align:left;
 }
 #statetable tr.highlight {
  background-color: #f9f6a3;
 }

#statetable h2 {
	font-family: Georgia;
	color: #666;
	letter-spacing: -1px;
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 30px;
}

#statetable td {
	font-size: 12px;
}
