  body {
    font-family : "Tahoma, Arial, Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
	color : #BBBBBB;
    }

  table {
    font-family : "Tahoma, Arial, Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
	color : #BBBBBB;
    }

  A:link {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }

  a.blackout {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #000000;
	text-decoration: none;
    }

  A:visited {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }

  A:hover {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #FF9900;
	text-decoration: Underline;
    }
  
  H3 {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 15pt;
    fontsize : 16pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }
   H4 {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 11pt;
    fontsize : 12pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }
   H5 {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : normal;
    color : #FF9922;
	text-decoration: none;
    }
   H6 {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }
    
    /* Client styles */
table.inventory {
	width: 800px;
	border: 1px solid white;
}

table.inventory th {
	background: #fff;
	color: #000;
	font-size: 1.1em;
	padding: 10px 5px;
}

table.inventory td {
	padding: 5px;
}

table.inventory tr.inv_highlight {
	background: #999;
	color: #000;
}

p.breadcrumb {
	color: #CC6600;
	text-transform: uppercase;
}

ul.client_options {
	list-style-type: none;
	margin: 0 0;
}

ul.client_options li {
	border-bottom: 1px #999 dashed;
	font-size: 1.3em;
	padding: 5px 5px;
}

ul.userlist li {
	border: 0;
	font-size: 1.3em;
	padding: 2px 5px;
}

#uploadform .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 1.1em;  
	background-color: #fff;  
	color: #333;  
	margin-right: 6px;
	border: 2px solid #CC6600;
}

span.errortextonly {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
	padding: 0 10px 0 10px;
}
