BODY {
	font-family:  Arial, Helvetica, Geneva, sans serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #2C455D;
}

TD {
	font-family:  Arial, Helvetica, Geneva, sans serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C455D;
}

.xTitle {
	color: #2C455D;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-color: #2C455D;
	border-style: none;
	border-bottom-width: 0px;
	padding-top: 3px;
}

INPUT {
	font-family:  Arial, Helvetica, Geneva, sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C455D;
	background-color: #9EBFB6;
}
TEXTAREA {
	font-family:  Arial, Helvetica, Geneva, sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C455D;
	border-color: #9EBFB6;
	border-style: solid;
	border-width: 1px;
}

.EntryDropDown {
	font-family:   Arial, Helvetica, Geneva, sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #2C455D;
	background-color: #9EBFB6;
}

HR {
	border-color: #2C455D;
	border-style: solid;
	border-bottom-width: 2px;
}

A {
	font-size : 12px;
	font-weight: bold;
	text-decoration : underline;
	color : #2C455D;
}

A:HOVER {
	font-size : 12px;
	font-weight: bold;
	color : #2C455D;
	text-decoration : underline overline;
}

.ProdName {
	text-decoration : none;
	color: #2C455D;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.ProdInfo {
	text-decoration : none;
	color: #3E2717;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.ProdSize {
	text-decoration : none;
	color: #9EBFB6;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.ProdSold {
	text-decoration : none;
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.ProdRef {
	text-decoration : none;
	color: #3E2717;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.xTable {
	font-size: 12px;
	background-color: white;
	border-color: #9EBFB6;
	border-style: solid;
	border-width: 1px;
}
.xRow {
	background-color: white;
	border-color: #9EBFB6;
	border-style: none none solid none;
	border-width: 1px;
}
.xRow2 {
	background-color: white;
	border-color: #9EBFB6;
	border-style: solid none none none;
	border-width: 1px;
}

.xTop {
	padding-top: 6px;
}

