/* CSS Document */
	A {text-decoration: none; color : #000000; font-size: 12pt}
	A:visited, A:plain,A:active {text-decoration: none; color : #000000; font-size: 12pt}
	A:hover {text-decoration: underline; color: #000000; background : none; font-size: 12pt}
		
	A.bottom {text-decoration: none; color: #000000; border: #8a5000; font-size: 7pt}
	A.bottom:visited, A.bottom:plain, A.bottom:active {text-decoration: none; color : #000000; font-size: 7pt}
	A.bottom:hover {text-decoration: underline; color: #000000; background : none; font-size: 7pt}

	A.top {text-decoration: none; color: #ffffff; border: #996600; font-size: 7pt}
	A.top:visited, A.top:plain,A.top:active {text-decoration: none; color : #ffffff; font-size: 7pt}
	A.top:hover {text-decoration: underline; color: #ffffff; font-size: 7pt}
	

	p.Text{
		font-family: lucida sans;
		font-size: 12pt;
		color: #000000;
	}

	p.Top{
		font-family: lucida sans;
		font-size: 12pt;
		color: #993300;
	}

	p.TextLgr{
		font-family: garamond;
		font-size: 11pt;
		color: #993300
	}
	
	p.Header{
		font-family: lucida sans;
		font-size: 16pt;
		color: #000000;
		font-weight: bold
	}
	
	p.Title{
		font-family: lucida sans;
		font-size: 12pt;
		color: #000000;
		font-weight: bold
	}
	
	p.Photo{
		font-family: lucida sans;
		font-size: 9pt;
		color: #000000
	}
	
	p.CartHdr{
		font-family: tahoma;
		font-size: 10pt;
		color: #993300
	}
	
	p.prods{
		font-family: tahoma;
		font-size: 8pt;
		color: #666666
	}
	
	body {
		 background-image:url(bgBodyLge.jpg);
		}