body {
	color: #000;
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 80%;
}

acronym, abbr {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}

img {
	border-style: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #103863;
	padding: 0px;
}

h1.main {
	color: #000;
	font-weight: bold;
}

#section-meat h1, h1 {
	font-size: 115%;
	margin: 24pt 0px 6pt 0px;
}

#section-meat h2, h2 {
	font-size: 110%;
	margin: 18pt 0px 6pt 0px;
}

#section-meat h3, h3 {
	font-size: 100%;
	margin: 12pt 0px 3pt 0px;
}

ul, ol {
	margin-top: 6pt;
	maring-bottom: 12pt;
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	margin-bottom: 3pt;
	padding: 0px;
}


a {
	color: #0865bd;
	text-decoration: underline;
}

a:visited {
	color: #4a617b;
}

a:hover, a:active {
	color: #ff6500;
}

#nav-top-simple {
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
}

#nav-top-cascade {
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
}

div#section-meat {
	font-size: 0.8em;
}

div#section-side-specials{
	font-size: 0.7em;
}

div#section-side-navig {
	font-size: 0.6em;
}

div#section-bottom-nav {
	font-size: 0.7em;
}

div#section-footer {
	font-size: 0.7em;
}


/*                  */
/* -- Extentions -- */
/*                  */

table.ext {
	  border-collapse: collapse;
	  border: 1px solid #cdd;
	border-style: none none solid solid;
	  font-size: 90%;
	  margin: 40px 0px 10px 0px;
	width: 90%;
}

table.ext th, table.ext td {
          vertical-align: top;
	  padding: 10px;
	  text-align: left;
	  border: 1px solid #cdd;
}

table.ext th {
	  background-color: #def;
	  width: 150px;
   	  font-weight: bold;
}

table.ext thead th {
	width: auto;
	padding: 1px 0px 0px 0px;
	background-color: #fff;
	border-style: none none solid solid;
}

table.ext thead th strong {
	background-color: #def;
	border: 1px solid #cdd;
	border-style: solid solid none none;
	padding: 0px 10px;
}

