html, body
	{ 
	margin:0; 
	padding:0;
	background-color:#000000;
	} 
 
#pagewidth{ }
 
#leftcol	{
	width:18%; 
	float:left;
	position:relative; 
	background-color:#000000;
	padding-left:10px;
	font-size:8pt;
	font-weight:bold;
	font-family:Arial;
	color:#FFFFFF;
	}
 
#maincol	{
	font-size:80%;
	font-family:Arial;
	color:#000000;
 	width:82%;
	background-color: #F3DCBA;
	position:relative; 
	float:left;
	display:inline; 
	padding-left:10px;
	}

.twp	{ 
	font-family: Arial Black;
	font-size: 80%;
	color: #000080
	}

.subhead	{ 
	font-family: Arial Black;
	font-size: 80%;
	font-weight:bold;
	color: #800000
	}

.price	{
	font-size:80%;
	font-style:italic;
	font-family:Arial Black;
	color:#FF0000;
	}

.title	{
	font-size:80%;
	font-family:Arial Black;
	font-weight:bold;
	color:#000000;
	}

.desc	{
	font-size:80%;
	font-family:Arial;
	color:#000000;
	}

.fine	{
	font-size:8pt;
	font-family:Arial;
	color:#000000;
	}

.confirm	{
	font-size:80%;
	font-family:Arial;
	color:#000000;
	}
	
H1	{
	background-color:#000000;
	text-align:center;
	font-size:14pt;
	font-family:Arial;
	color:#FFFF00;
	}

TABLE.Table
	{ 
	font-family:arial;
	font-size:80%;
	background-color:#F3DCBA;
	width:100%;
	}

TH.Table {
	font-size:80%;
	color:#000000;
	border-width:100%;
	text-align:left;
	}

TR.Table	{ 
	}

TD.Table	{  
	font-size:80%;
	background-color:#F3DCBA;
	color:#000000;
	text-align:left;
	}

A:link	{
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
	color:#00FFFF;
	}

A:visited	{
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
	color:#00FFFF;
	}

.ahyper:link
	{
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
	color:#0000FF;
	}
 

.ahyper:visited
	{
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
	color:#0000FF;
	}

.atwp:link
	{
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
	color:#0000FF;
	}
 

.atwp:visited
	{
	font-size:10pt;
	font-weight:bold;
	font-family:Arial;
	color:#0000FF;
	}

.clearfix:after
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
 
.clearfix	{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
/*printer styles*/ 
@media print
	{ 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
	}
