/* BELOW IS MM PRINT- ONLY USED WHEN PRINTING
  <LINK HREF="/images/mm_print.css" REL="stylesheet" TYPE="text/css" media="print"/>
COLORS:
	color: #3366FF;  Light Blue
	navy
	maroon
	border-color: #006699;  Steel Blue
*/
/* Steel Blue Text: 	color: #006699
Light Blue: #00CCFF
GOLD: #FF9900
Red: #FF0000
Maroon: #990000
Purple: #990099
DARKPURPLE: #660099;
REALLY DARK PURPLE: #330066;
  @media print {
    body { font-size: 10pt }
  }
  @media screen {
    body { font-size: 13px }
  }
  @media screen, print {
    body { line-height: 1.2 }
  }
*/

/* NOTE: You can use Multiple Classes, separated by a space: class="SITEBITS_checkbox noprint"
IF noprint is NOT FOUND in CSS, the instruction is ignored.*/
.noprint { display: none;}

/* ABOVE IS MM PRINT */