

/* .title		-- intended for page title text					*/
/* .body 		-- intended for standard body text				*/
/* .bodyEmp 	-- intended for body text with emphasis 		*/
/* .list		-- intended for lists text						*/
/* .rightEmp	-- intended for right column text with emphasis	*/
/* .right		-- intended for right column text				*/
/* .tableTitle	-- intended for table title text				*/
/* .tableEmp	-- intended for table title text with emphasis	*/
/* .tableSmall	-- intended for small table title text			*/
/* .footer		-- intended for footer text						*/
/* .invHead		-- intended for inventory header text			*/
/* .invDetail	-- intended for inventory details text			*/
/* .invCopy		-- intended for inventory body text				*/
/* .sold		-- intended for inventory sold text				*/


A:link		{	color: #000000;}


A:visited	{	color: #336633;}


A:active	{	color: #96BC83;}


A:hover		{	color: #999999;}




.title		{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 15px;
			line-height: 100%;
			font-weight: bold;
			font-style: normal;
			color: #006600;}


.body		{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 125%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}
			
.bodyEmp	{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 125%;
			font-weight: bold;
			font-style: normal;
			color: #000000;}
			
.list		{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;

			font-size: 11px;
			line-height: 130%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}
			
.key	{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 100%;
			font-weight: normal;
			font-style: normal;
			color: #999999;}
			
.right		{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 100%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}
			
.rightEmp	{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 105%;
			font-weight: bold;
			font-style: normal;
			color: #000000;}
			
.tableTitle	{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			line-height: 100%;
			font-weight: bold;
			font-style: normal;
			color: #FFFFFF;}
			
.tableEmp	{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 140%;
			font-weight: bold;
			font-style: normal;
			color: #000000;}
			
.tableSmall	{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 100%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}
			
.footer		{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 110%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}


.invHead	{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 15px;
			line-height: 100%;
			font-weight: bold;
			font-style: normal;
			color: #000000;}
			

.invDetail	{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 120%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}
			
.invCopy	{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 110%;
			font-weight: normal;
			font-style: normal;
			color: #000000;}

.sold		{font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;

			font-size: 11px;
			line-height: 130%;
			font-weight: bold;
			font-style: normal;
			color: #FF0000;}
			
			








