/* Default CSS Stylesheet for a new Web Application project */

BODY {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: small;
    color: #666666;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
	}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
    COLOR: #006600
	}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
	}	
		
TFOOT, THEAD	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
	}	
		
TH	{	
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
	}	

TD, P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt
	}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660066
	 }
	 
TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660066
	 }
	 
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660066
	}
	 
A:link	{	
	text-decoration:	none;
	color:	#999999
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#999999
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#999999
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#999999
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.foot {
	 font-size: 7pt
	 }

.welcome {
	text-indent: 10;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	height:20px;
	vertical-align:middle
	}
 
 .title {
	font-size: 16pt;
	color: #94A642
	}
 
 .shpBag  {
	font-size: 6pt;
	font-weight: bold;
	color: #660066;
	height: 20px
	}
	
.tableHeader {
	background-color: #009900;
	COLOR: #ffffff;
	font-size: 8pt;
	font-weight:bold;
	text-align: center;
	height: 20px;
	vertical-align: bottom
	}

.tableContent {
	font-size: 8pt;
	height: 24px
	}

.tableContentB {
	font-size: 8pt;
	height: 24px;
	cursor: hand
	}
	
.button{
	background-color: #94A642;
	border-style: none;
	font-family: Verdana;
	font-weight: bold;
	font-size: xx-small;
	color: #FFFFFF;
	vertical-align:baseline;
	height:20px;
	cursor: hand
	}

.textQty
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660066;
	width: 27px;
	text-align: right
	}
