body {
	padding: 0px;
	margin: 0px;
	color: #444444;
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 14px;
}

table, td, th, {
	font-size: 14px;
}

form {
	display: inline;
}

a:link, a:visited {
	color: #777A52;
}

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

.bodyBG {
	background-image: url("/images/bodyBG.gif");
	background-repeat: repeat-x;
	background-position: top;
}

.header {
	font-family: arial black, arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 24px;
	padding-top: 10px;
	border-bottom: 1px solid #666666;
	color: #666666;
}

.subtitle {
	font-family: arial black, arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 18px;
	color: #666666;
}

.justified {
	text-align: justify;
}

.error {
	color: #ff0000;
}

.success {
	color: #007700;
}

td.cada {
	padding: 5px;
	font-size: 11px;
}

td.mlist {
	padding: 5px;
	font-size: 11px;
	background-image: url("/images/menuBottomBG.gif");
	background-repeat: no-repeat;
	background-position: top;
}

input.mlist {
	border: 1px solid #000000;
	font-size: 11px;
	width: 132px;
	background-color: transparent;
}

.tinybutton {
	font-size: 11px;
	width: 50px;
}

.productBox {
	border: 1px solid #B9B7CF;
	width: 100%;
	padding: 9px;
	margin-bottom: 25px;
}

.productPics {
	border: 1px solid #B9B7CF;
}

.productTitle {
	font-size: 15px;
	color: #666666;
}

.productHold {
	font-size: 15px;
	color: maroon;
}

.productDesc {
	padding-top: 5px;
	padding-bottom: 5px;
}