@charset "iso-8859-1";
body
	{
		background-color: #000000;
		color: #ffffff;
	 }
	 
a:link, a:visited 	{ color: "#ffffff"; font-family: arial; font-weight:bold; text-decoration:"none";}
a:active, a:hover 	{ color: "#0099FF"; font-family: arial; font-weight:bold;  cursor:hand; text-decoration:"underline";}

/* WAS used on hidden div link */
/*
	.blacklink:link, a:visited 	{ color: "#000000"; font-weight:bold; text-decoration:"none";}
	.blacklink:active, a:hover 	{ color: "#0099FF"; font-weight:bold;  cursor:hand; text-decoration:"underline";}
*/

.altcolortable
	{
		background-color: #000000;
		color: #000000;
	 }

.altcolortablewhite
	{
		background-color: #FFFFFF;
	 }

.altcolortablegrey
	{
		background-color: #EEEEEE;
	}
.mailtitle
	{
		color: #000000;
		font-size: 14pt;
		font-family: arial;
	}	 
.pagetitle
	{
		color: #FFFFFF;
		font-size: 14pt;
		font-family: arial;
	}	 
.inventorytitles
	{
	 	/* margin: 0em; */
	 	margin: 30px 0px 0px 0px ;
		color: #FFFFFF;
		font-size: 18pt;
		font-family: arial;
	}	 

.altcolortabletitle
	{
		color: #000000;
		font-size: 12pt;
		font-family: arial;
		background-color: #AAAAAA;
	}	 
.button {
	color: #000000;
	text-align: center;
	font: bold normal 12px arial, Verdana, Geneva, Helvetica, serif;
	background: #cccccc;
	border: 1px solid #aaaaaa;
	height: 22px;
	}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	border: 1px solid;
	}
.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	}
.fieldlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #eeeeee;
	}
.fieldlabelsell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #cccccc;
	}
.fieldlabelbuy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #cccccc;
	}