/* CSS Document */

.FooterText {
	text-align: center;
	padding-right: 75px;
	font-family: arial;
	font-size: 9pt;
}

.FooterText a {
	color: black;
	text-decoration: none;
}

.FooterText a:hover {
	text-decoration: underline;
}

.FooterCell {
	background-image: url(images/Footer.gif);
	height: 50px;
	padding-top: 4px;
	border-top-style:solid;
	border-top-width: 2px;
	border-top-color: #BC4A43;
}

.NavBar {
	background-image: url(Images/NavBarBKG.gif);
	height: 24px;
	text-align: center;
	padding-top: 3px;
}

.Header {
	background-image: url(images/Header.gif);
	height: 102px;
	padding-top: 56px;
	padding-left: 350px;
}

.MainTable {
	border-style: solid;
	border-width: 2px;
	border-color: #BC4A43;
}

.Content {
	padding: 5px;
}
.CartImage, .CartImage a {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}
.CartImage a:hover {
	color: #990000;
}
.CartTable {
	font-family: verdana;
	background-color: #FFFFDD;
	border: 1px solid #FF6666;
}
.CartTable tr td {
	font-size: 12px;
}
.CartTitle {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-color: #FF9966;
	border: 1px solid #CC3333;
}
.CartLabel {
	font-weight: bold;
}
.CartPrice {
	font-weight: bold;
	color: #FF0000;
}
.CartInfo {
	background-color: #FFFF99;
	border: 1px solid #CCCC33;
}
.CartSubTitle {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCC66;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
}
.NavLinks {
	text-align: center;
	text-decoration: none;
}
.NavLinks a {
	text-decoration: none;
	padding: 0px 3px;
	color: black;
}
.NavLinks a:hover {
	text-decoration: underline;
	color: black;
}
.NavLinks a:visited {
	color:black;
}