/* comments */

	body { 
	color: black; 
	background: white; 
	font-family: "Courier New", courier, monospace;
	letter-spacing: 0.15em;
	}
	
	div#couponBox {
	left: 50%;
	width: 80%;
	margin-top: 20px;
	padding: 15px;
	border-style: dashed;
	border-width: 3px;
	border-color: #ccc;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}
	
	div#topBox {
	left: 50%;
	width: 80%;
	margin-bottom: 40px;
	padding: 15px;
	border-style: dashed;
	border-width: 3px;
	border-color: #666;
	}
	
	div#header {
	
	}
	
	div#footer {
	
	}

	div#introGraf {
	padding: 2px;
	}
	
	.inviso {
	display: none;
	}

	.imgBox {
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 5px;
	border-right-width: 7px;
	border-bottom-width: 11px;
	}

	.unavailable   {
	color: gray;
	}

	.logoTextLarge   { 
	font-size: x-large;
	font-weight: 400;
	background: #000000;
	color: white;
	border-style: solid;
	border-color: white;
	border-top-width: 4px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	}
/*
	.textBox 
	{
	background: #000000;
	color: white;
	border-style: solid;
	border-color: white;
	border-top-width: 4px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	}
*/	
	.textBox 
	{
	background: #000000;
	color: white;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	}

	STRONG   { 
	background: #000000;
	color: white;
	letter-spacing: 0.1em;
	vertical-align: sub;
	line-height: 1.9em;
	padding: 2px;
	font-weight: 400;
	}

	a.bald:link   { 
	text-decoration: none;	
	}
	
	.moreInfo   {
	cursor: help;
	}

	.squish {letter-spacing: -0.24em;}
	/* IE hack */
	* html .squish { letter-spacing: -9px; }
	
	.dblStrike {letter-spacing: -0.48em;}
	/* IE hack */
	* html .dblStrike { letter-spacing: -18px; }

	.strike   { 
	text-decoration: line-through;
	}

	.stretch   { 
	letter-spacing: 1.5em;
	}

	.sub   { 
	vertical-align: sub;
	}

	.super   { 
	vertical-align: super;
	}

	.underlined {text-decoration: underline;}
	
	.bodyText   { 
	font-size: medium;
	}

	.disclaimerText   { 
	font-size: x-small;
	}
	
	.breadcrumb   { 
	font-size: large;
	font-weight: 400;
	}
	
	H1   { 
	font-size: xx-large;
	font-weight: 400;
	}
	
	H2   { 
	font-size: x-large;
	font-weight: 400;
	}
	
	H3   { 
	font-size: large;
	font-weight: 400;
	}

	.navText   { 
	font-size: small;
	line-height: 1.9em;
	}

	.bordL {
	border-left: solid 1px #ddd;
	}

	.bordLR {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	}

	.bordTR {
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	}

	.bordT {
	border-top: solid 1px #ddd;
	}
	
	.thbrdr TD {
	border-right: solid 1px #999;
	}
