body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image:url(images/slashbg.gif);
}

body, td {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
}

table {
	border: 0px;
}

td {
	vertical-align: top;
}

a {
	color: #ed1b24;
	text-decoration: none;
}

a:hover, a.selected {
	text-decoration: underline;
}

a.slashText, .slashText a {
	color: #666666;
}

a.slashText:hover, .slashText a:hover {
	text-decoration: none;
	color: #000000;
}

a.cartLinks {
	color: #ed1b24;
	font-weight: bold;
}

a.cartLinks:hover {
	text-decoration: none;
	color: #000000;
}

ul {
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
}

li {
	list-style-image: url(images/bulletPoint.gif);
}

.subMenu a {
	color: #666666;
}

.subMenu a:hover {
	text-decoration: underline;
	color: #000000;
}

a img {
	border: 0px;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1, .headertext {
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/dottedLine.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

.extraCol h1, .extraCol .headertext, .rightCol h1, .rightCol .headertext {
	color: #666666;
}

.extraCol h1, .extraCol .headertext {
	background-image: none;
}

.extraCol td {
	text-align: right;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

input {
	width: 175px; 
}

textarea, select {
	width: 240px;
}

.spacer {
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

.bodyTable {
	width: 792px;
	height: 100%;
	background-color:#FFFFFF;
}

.slashText {
	font-family: "Courier New", Courier, monospace;
}

.menu {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

.menuLeft {
	float: left;
	margin-top: 13px;
}

.menuRight {
	float: right;
	margin-top: 13px;
}

.menu a {
	color: #ec1c27;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}

.menu a.selected, .menu a:hover {
	color: #ffffff;
	background-color: #ec1c27;
	text-decoration: none;
}

.leftCol {
	margin: 1px 0px 0px 40px;
	width: 137px;
}

.leftCol, .leftCol td {
	width: 137px;
	text-align: right;
	color: #666666;
}

.footer td {
	padding: 8px 25px 8px 19px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: right;
	color: #666666;
}

.footer a {
	color: #666666;
}

.footer a:hover {
	color: #ed1b24;
	text-decoration: none;
}

.show {
}

.hide {
	display: none;
}