BODY  {
	font-family: CopperPlate;
	color: Black;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/parchment_tile.jpg);
}

H2  {
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
}

H3  {
	COLOR: Black;
	TEXT-ALIGN: center;
}

H4  {
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	font-size: x-small;
}

H5  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 80%;
	TEXT-ALIGN: center;
}

A  {
	color: Black;
	FONT-WEIGHT: bold;
	cursor: pointer;
	TEXT-DECORATION: none;
}

A:LINK, A:VISITED, A:Hover, A:Active {
	color: Black;
	text-decoration: none;
}
SELECT  {
	FONT-WEIGHT: normal;
	COLOR: Black;
}

HR  {
	COLOR: Black;
}

.NavMenu {
	background-color: #F5F5DC;
	color: Black;
	font-weight: bold;
	font-size: 14px;
}
A.NavMenu:active {
	background-color: #F5F5DC;
	color: Black;
	font-weight: bold;
}
A.NavMenu:hover {
	background-color: #F5F5DC;
	color: Black;
	font-style: italic;
	font-weight: bold;
	font-size-adjust: inherit;
}
A.NavMenu:visited {
	background-color: #F5F5DC;
	color: Black;
	font-weight: bold;
}
A.NavMenu:Link {
	background-color: #F5F5DC;
	color: Black;
	font-weight: bold;
}

.RowSep {
	background-color: #F5F5DC;
}
.RowSepOdd {
	background-color: #ECECEC;
}
.BannerLook {
	font-weight: bold;
}

.MenuSelect  {
	FONT-WEIGHT: bold;
	cursor: pointer;
	color: Black;
	font-style: italic;
	font-size: 105%;
}
.CheckOut {
	color: Black;
	background-color: #F5F5DC;
	text-align: left;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	border-color: Black;
}

.Order{
	color: Black;
	background-color: #F5F5DC;
	font-weight: bold;
}

.Menu  {
	color: Black;
	text-align: left;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
	font-style: normal;
}

.MainPageTitle  {
	color: Black;
	text-align: left;
	font-size: x-small;
	font-weight: bold;
	vertical-align: middle;
	font-style: normal;
}

.RowHead  {
	font-size: large;
	font-weight: bold;
	font-style: normal;
	color: White;
	background-color: Navy;
}
.Instructions {
	font-size: 12px;
	font-weight: bold;
	color: White;
}
.Footer {
	font-size: 15px;
	font-weight: bold;
}
.CRFooter {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}
.Sel_Note {
	font-size: small;
	font-weight: bold;
	color: Black;
}

.MouseOver {
	color: Black;
	cursor: pointer;
}

.Title {
	color: Black;
	font-weight: bold;
}

.CatHead {
	font-size: 16px;
	font-weight: bold;
}
.Contents  {
}

.Warning {
	color: Red;
}

.PageHead {
	background-color: #F5F5DC;
	font-size: large;
	font-weight: bold;
	Text-Align: left;
}
.ColHead {
	background-color: #F5F5DC;
	color: black;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.PageHeadI {
	background-color: #F5F5DC;
	font-size: medium;
	font-weight: bold;
	Text-Align: left;
	color: Black;
}
.NeedHelp {
	font-size: x-small;
}
.InCart {
	color: Blue;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
Hdr {
	color: #FFCC00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.Hdr:link {
	color: #FFCC00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.Hdr:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
a.Hdr:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffcc00;
	text-decoration: underline;
	font-weight: bold;
}
.ListRow {
	background-color: #e5dbd7;
	color: black;
	font-weight: bold;
}
A.ListRow:active {
	color : black;
	font-weight: bold;
	cursor: pointer;
}
A.ListRow:hover {
	color : black;
	font-weight: bold;
	cursor: pointer;
}
A.ListRow:visited {
	color : black;
	font-weight: bold;
	cursor: pointer;
}
A.ListRow:Link {
	color : black;
	font-weight: bold;
	cursor: pointer;
}

.ListRowOdd {
	background-color: #aeaeae;
	color: Black;
	font-weight: bold;
}
A.ListRowOdd:active {
	color : Black;
	font-weight: bold;
	cursor: pointer;
}
A.ListRowOdd:hover {
	color : Black;
	font-weight: bold;
	cursor: pointer;
}
A.ListRowOdd:visited {
	color : Black;
	font-weight: bold;
	cursor: pointer;
}
A.ListRowOdd:Link {
	color : Black;
	font-weight: bold;
	cursor: pointer;
}

.NoShow{
	display: none;
}
.ShowIt{
	display: inline;
}