body, html{
	width: 100%;
	height: 100%;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #2D0643;
	margin: 0px;
	color:#FFFFFF;
}

#canvas-wrapper {
	text-align: center;
	height: 100%;
}

#canvas {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	height: 100%;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.pageSubHead {
	font-weight: bold;
	color: #FFFFFF;
}
#tblMainMenu td {
	padding-right: 3px;
	padding-left: 3px;
}

A.menuLink, A.footLink{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A:hover.menuLink, A:hover.footLink{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.clsBodyCell {
	padding-bottom: 5px;
}

A:Link, A:Hover, a:Visited {
	color: #FFFFFF;
	text-decoration: none;
}

<!-- Product Component -->
.clsProdPrice {
	color:#A8D007;
	font-size:medium;
	font-weight:normal;
}
.clsProdHR {
	height:1px;
}
HR {
	height:1px;
}

<!-- TREE STYLES -->
.AtayeTreeOff { 
	background-color:#483553;
}
.AtayeTreeOn { 
	background-color:#999999;
	border: solid 1px #CCCCCC;
}
.AtayeTreeCur { 
	background-color:#666666;
	border: solid 1px #CCCCCC;
}

<!-- Form Styles -->
.nostyle{}
.txtSmall {
	width: 70px;
}
.txtMedium {
	width: 180px;
}
.txtLong {
	width: 100%;
}

.MenuProdCount {
	font-size: 8px;
	color:#666666;
}

.imgProdDetails {
	border: #5B5A5B solid 1px;
}