/* sales management main navigation links */
  body,
	table,
	tr,
	td,
	th,
	form,
	select,
	input,
	div,
	span,
	textarea {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt;
	font-color : black }
	
	select {
	width : 150 }
	
	select.small {
	width : 70 }
	
	body {
	margin-top: 1; 
	margin-left: 1;
	margin-right: -1;
	}
	
	A {
	color : black;
	text-decoration : underline }
	
	A.white {
	color : white;
	text-decoration : underline }
	
	A.whiteonred {
	color : white;
	background : red;
	text-decoration : underline }
	
	A.blueonyellow{
	color : blue;
	background : yellow;
	text-decoration : underline }

	.main {
	background : #cccccc }
	
	.light {
	background : #eeeeee }
	
	.grey {
	background : #bcbcbc;
	color : White;
}
	
	.blue {
	background : #0033ff }
	
	.yellow {
	background : #ffff66 }
	
	.teal {
	background : #99cccc }
	
	.cream {
	background : #ffffcc }
	
	.pink {
	background : #ffccff }
	
	.Blk10pt {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10pt; }
	
	.Gry10pt {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10pt; 
	color : #999999 }
	
	.Blk8pt {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt; }
	
	.Red8pt {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt; 
	color : #ff3300;
	}

	.Wht8Pt {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt;
	color : white }
	
	.Wht10pt {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10pt; 
	color : White }
	
	.Wht12pt {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12pt; 
	color : White }

	.Wht8PtB {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt;
	color : white;
	font-weight : bold;
}
	
	.Wht10PtB {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10pt;
	color : White;
	font-weight : bold;
}
	
	.Wht12PtB {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12pt;
	color : White;
	font-weight : bold;
}

	.AppTitle {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18pt;
	color : Black}

	.MenuBkgrd{
	background-color : #408080;
}

	.NavBkgrd{
	background-color : #408080;
}

	.BodyBkgrd{
	background-color : White;
}

	.FootBkgrd{
	background-color : #408080;
}

	.TableHead{ 
	background-color: Silver;
	color: White;
	 }

	 .ColumnHead{ 
		background-color: #ffffcc;
		color: Black;
	  }
	  
	  .Group1{ 
		background-color: Maroon;
		color: White;
	   }
	   
	  .Group2{ 
		background-color: #9C3100;
		color: White;
	   }	   
	   
	  .Group3{ 
		background-color:  #CE3100;
		color: White;
	   }	   	   
