body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg.jpg);
	text-align:center;
	margin: 0px;
	color: #000000;
}
	
#topNav {
	width:700px;
	text-align:right;
	margin-right:auto;
	margin-left:auto;
	margin-top:50px;
}
#page {
	background-image: url(img/bg-page.jpg);
	width: 700px;
	margin-right:auto;
	margin-left:auto;
}
.titleMain {
	background-color: #E16026;
	font-size: 38px;
	font-variant: small-caps;
	text-decoration: underline;
	border-top: 0px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	height: 70px;
	text-align:center;
	padding: 0px 10px 10px;
	margin-right:auto;
	margin-left:auto;
}
.productTable {
    border: 1px solid #000000;
}
a.productText:hover {
	background-color: #ECF8A8;
}
.productText {
	font-size: 12px;
}
.productTextTitle {
	font-size: 16px;
	font-weight: bold;
}
.price {
	font-size: 12px;
	font-weight: bold;
	padding: 6px 6px 5px;
	border-top: 4px solid #E16026;
	border-right: 0px solid #E16026;
	border-bottom: 4px solid #E16026;
	border-left: 4px solid #E16026;
}
.bodyCopy {
    font-size: 10px;
}
a.department {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}
a.department:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.prod {
    border: 10px solid #ffffff;
}
.formText {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	height: 24px;
	font-size: 12px;
	padding-left: 4px;
	line-height: 20px;
}
.formTextTotal {
	height: 24px;
	font-size: 12px;
	padding-left: 4px;
	color: #FFFFFF;
}
.formHeaders {
	font-weight: bold;
	height: 24px;
	font-size: 12px;
	padding-left: 4px;
}
.bold {
	font-weight: bold;
	font-size: 12px;
	padding-left: 4px;
}
.bodyBold {
	font-weight: bold;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.form {
	display: inline;
}
.formTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFCC;
	border: 1px solid;
}