    /*
    primary style for most text.
    */
    .stdtext
        {
        font-family:         Arial, Verdana, Helvetica, sans-serif;
        font-size:           9pt;
        color:               #000000;
        background-color:    #FFFFFF;
        }


    /*
    primary style for standard bold text
    */
    .stdtexthighvis
        {
        font-family:         Arial, Verdana, Helvetica, sans-serif;
        font-size:           9pt;
        font-weight:bold;
        color:               #000000;
       
        }

/*The Typical input box*/
.inputBox
{
	color: Blue;
	background: #DFEBF5;
}        

/*The Typical input box*/
.inputBoxNum
{
	color: Blue;
	background: #DFEBF5;
	width: 70px;
}    
        
  /*Input Button Typical Style */
.inputBtn
{
	color: White;
	background-color: rgb(167,205,234);
	border-color: White;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}


	/*Used for page heading*/
    .lgtexthighvis
        {
        font-family:         Arial, Verdana, Helvetica, sans-serif;
        font-size:           14pt;
        font-weight:bold;
        color:               #000000;
       
        }

    .lgtext
        {
        font-family:         Arial, Verdana, Helvetica, sans-serif;
        font-size:           14pt;
        font-weight:normal;
        color:               #000000;
        
        }
        
  table.workspace
  {
	BORDER-RIGHT: blue 2px solid; 
	BORDER-TOP: blue 2px solid; 
	BORDER-LEFT: blue 2px solid; 
	WIDTH: 450px; 
	BORDER-BOTTOM: blue 2px solid; 
	HEIGHT: 300px;
  }

  table.shotinfo
  {
	BORDER-RIGHT: blue 2px solid; 
	BORDER-TOP: blue 2px solid; 
	BORDER-LEFT: blue 2px solid; 
	WIDTH: 310px; 
	BORDER-BOTTOM: blue 2px solid; 
	
  }

    .errortext
        {
        font-family:         Arial, Verdana, Helvetica, sans-serif;
        font-size:           10pt;
        color:               #FF3300;
        font-weight:         bold;
        }
        
   .Units
   {
	    font-family:         Arial, Verdana, Helvetica, sans-serif;
        font-size:           10pt;
        color:               black;
        font-weight:         bold;
   }