		BODY {
			background-image: url(../img/innerbg.gif);
			background-repeat: no-repeat;
			background-position: top left;
			background-attachment: fixed;
			margin: 0px;
			padding: 12px 20px 12px 20px;
			border-width: 0px;
			overflow: auto;
			}
			
		BODY.picktoys {
			background-image: url(../img/innerbg-picktoys.gif);
			background-repeat: no-repeat;
			background-position: top left;
			background-attachment: fixed;
			margin: 0px;
			padding: 0px;
			border-style: solid;
			border-color: #86AEDF;
			border-width: 0px 1px 0px 0px;
			overflow: auto;
			}
			
		BODY,TABLE,TD,SPAN,DIV {
			font-family: 'Tahoma','Arial','Helvetica';
			font-size: 10pt;
			color: #003C84;
			}
			
		A:LINK,A:VISITED,A:ACTIVE {
			color: #003C84;
			}
			
		A:HOVER {
			color: #427ABD;
			}
			
		A:LINK.selectedmenu,A:VISITED.selectedmenu,A:ACTIVE.selectedmenu {
			color: #427ABD;
			text-decoration: none;
			}
			
		A:HOVER.selectedmenu {
			color: #427ABD;
			text-decoration: none;
			}
			
		.headertext {
			color: #427ABD;
			font-weight: bold;
			font-size: 11pt;
			padding-bottom: 10px;
			}
			
		.subheadertext {
			color: #427ABD;
			font-weight: bold;
			}
			
		.pagecontent {
			padding: 12px 10px 12px 10px;
			}
			
		.quicklinks {
			background-image: url(../img/quicklinksbg.gif);
			background-repeat: repeat-x;
			padding: 5px 10px 0px 10px;
			}
			
		.toyheader {
			height: 23px;
			border-bottom: 1px solid #ffffff;
			background-image: url(../img/toyheaderbg.gif);
			background-repeat: repeat-x;
			padding: 0px 10px 0px 10px;
			}
			
		.picturecell {
			height: 141px;
			border: 1px solid #333333;
			}
			
		.toyimg {
			height: 107px; 
			background-color: #e5e5e5; 
			overflow: hidden;
			padding-top: 3px;
			}
			
		.toytxt {
			height: 38px;
			background-color: #ffffff;
			overflow: hidden;
			}