/*-- most of the text on site          --*/ 
.Normal {font-family: Times New Roman; 
	font-size: 14px; 
	color: #000;}
	
/*-- most of the bold text on site     --*/ 
.NormalBold { font-family: Times New Roman; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000; }
	
/*-- red text on site for errors       --*/ 
.NormalRed { color: Red; 
	font-family: Arial; 
                     font-weight: light
	font-size: 14px; }
	
/*-- subheadings - mostly in admin     --*/ 
.SubHead { font-family: Times New Roman; 
	font-size: 14px; 
	font-weight: bold; 
	color: black; 
	padding: 0; }
	
/*-- headings - mostly in admin        --*/ 
.Head { font-family: Times New Roman;
                     font-size: 14px; 
	color: #000; 
	font-weight: bold; 
	padding: 0;}

.Body {font-family: Times New Roman;
                     font-size: 14px;}

.Title {font-family: Times New Roman;
                    font-size: 14px;
                    font-weight: bold;
                    color: red;}

.Topic {font-family:  Times New Roman;
                   font-size: 14px;
                   font-weight: bold;
                   color: red;
                   font-style: italic;}

.Bold{font-weight: bold;}

H1  {font-family: Times New Roman;
   font-size: 13px;
   font-weight: bold;
   color: #006699;}

H2  {font-family:  Times New Roman;
   font-size:13px;
   font-weight: bold;
   color: #006699;}

.Prover Form
     {border: black 1px solid;
      border-left: black 1px solid;
      width: 900px;
      border-collapse: collapse;
      background:ivory;}

.frmReport
      {border: black 2px solid;
      width: 500px;
      border-collapse: collapse;}

.frmPadding
      {padding:3px 3px 3px 3px;}

.addressInfo
      {background:#eeeeee;
       padding:3px 0px 6px 6px;}

.frmSeparator
      {border-bottom:1px black solid;      
       height:10px;}

.widgetHeading
      {background:brown;
      padding:3px 3px 3px 8px;}

.chkLstShip
      {background:wheat;
      width:250px;
      padding:3px;}

.chkLstMake
      {background:silver;
      width:250px;
      padding:3px;} 



































