/************************
*	 MAIN BODY FOMATTING 
*************************/

/** general body control:
		1 - font
		2 - font size  */

.hidden { display:none;}


/** body copy - regular text */
.regTxt {
	font-family: Verdana;
	font-size: 16px;
}


/** medium headline */
.medH {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	color: #006;
}

/** small headline */
.smH {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
	color: #006;	
}

/** the following for use in cost_of_inventory_calculator */
.txtGreenBg { 
	background-color: #99ff99; 
	WIDTH: 100px; 
	HEIGHT: 22px;
	font-size:14px;
}

.txtWhiteGreen {
	background-color: #009900;
	color:#FFFFFF; 
	font-size:12px;
}

.txtWhiteBg { 
	background-color: #ffffff; 
	WIDTH: 100px; 
	HEIGHT: 22px; 
	font-size:14px;
}

.txtBlueBg { 
	background-color: #66ffff; 
	WIDTH: 100px; 
	HEIGHT: 22px; 
	font-size:14px;
}

.txtYellowBg { 
	background-color: #ffff99; 
	WIDTH: 100px; 
	HEIGHT: 22px; 
	font-size:14px;
}

.rowBlueBg { 
	background-color: #66ffff; 
}

.rowYellowBg { 
	background-color: #ffff99; 
}

.rowGrayBg { 	
background-color: #cccccc; 
}

/* The following is used in Profit and Loss.htm */
.columnHeader {
    BACKGROUND-COLOR: silver;
    BORDER-BOTTOM: slategray 1px outset;
    BORDER-LEFT: black thin;
    BORDER-RIGHT: slategray thin solid;
    BORDER-TOP: black thin;
    CURSOR: default;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center
}

.smT {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
	TEXT-ALIGN: center;	
}
