BODY{
	font-family : Arial, sans-serif, helvitica;
	font-size : 12px;
	color: #FFFFFF;
	background-color : #336699;
}

TD{
	font-family : Arial, sans-serif, helvitica;
	font-size : 12px;
	color: #FFFFFF;
}

A.historyLink{
	color: #CCCCCC;
	text-decoration : none;
}

A:link.historyLink{
	color: #CCCCCC;
	text-decoration : none;
}

A:visited.historyLink{
	color: #CCCCCC;
	text-decoration : none;
}

A:active.historyLink{
	color: #CCCCCC;
	text-decoration : none;
}

A:hover.historyLink{
	color: #CCCCCC;
	text-decoration : underline;
}

.itemTitle{
	font-size: 14px;
	font-weight: bold;
	color: #C2D1E1;
}

.topMenuBox{
	background-color : #000000;
}

.topMenu{
	background-color : #000000;
	color: #FFFFFF;
	text-decoration : none;	
}

A.topMenuLink{
	background-color : #000000;
	color: #FFFFFF;
	text-decoration : none;
}

A:link.topMenuLink{
	background-color : #000000;
	color: #FFFFFF;
	text-decoration : none;
}

A:visited.topMenuLink{
	background-color : #000000;
	color: #FFFFFF;
	text-decoration : none;
}

A:active.topMenuLink{
	background-color : #000000;
	color: #FFFFFF;
	text-decoration : none;
}

A:hover.topMenuLink{
	background-color : #FFFFFF;
	color: #000000;
	text-decoration : none;
}

A:link{
	color: #FFFF33;
	text-decoration : none;
}

A:visited{
	color: #FFFF33;
	text-decoration : none;
}

A:active{
	color: #FFFF33;
	text-decoration : none;
}

A:hover{
	color: #FFFF33;
	text-decoration : underline;
}

.strikeTxt{
	font-weight: bold;
	text-decoration: line-through;
	color : #FFFFFF;
}

.itemCost{
	font-weight: bold;
	color : #FFFFFF;
}

.itemSaleCost{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color : #FFFF33;
}

.specialTxt{
	font-size: 14px;
	font-weight : bold;
	font-style: italic;
	color : #FFFF33;
}

.pgTitle{
	font-size: 22px;
	color : #FFFF33;
}

TD.tableHeader{
	background-color : #AFC3D7;
	font-weight : bold;
	color : #16456F;
}

TD.tableData{
	text-align : left;
	vertical-align: top;
	background-color : #FFFFFF;
	color : #000000;
}

TD.tableHeaderStrong{
	background-color : #AFC3D7;
	font-size : 14px;
	font-style : italic;
	font-weight : bold;
	color : #16456F;
}

TD.tableDataStrong{
	font-size : 14px;
	font-weight : bold;
	font-style : italic;
	text-align : left;
	vertical-align: top;
	background-color : #FFFFFF;
	color : #000000;
}