
	.myNormalStyle
	 {
    border:  0px solid black;
    text-decoration: none;
    font-family: Calibri;
    font-weight: 500;
    font-size: 15px;
    color:#000;
		text-shadow: #000000 0 0 0px;  /* This is to make Safari not bold text */
		padding: 0px 30px 0px 30px;
		text-align:justify;
  }
  
  	.myNormalStyleFooter
	 {
    border:  0px solid black;
    text-decoration: none;
    font-family: Calibri;
    font-weight: 500;
    font-size: 15px;
    color:#000;
		text-shadow: #000000 0 0 0px;  /* This is to make Safari not bold text */
  }
		
	.myNormalLinkStyle
  {
    border:  0px solid black;
    text-decoration: none;
    font-family: Calibri;
    font-weight: 500;
    font-size: 15px;
    color:   #20A020;
	text-shadow: #000000 0 0 0px; 
	
  }
	
	.myNormalLinkStyle:hover
  {
    border:  0px solid black;
    text-decoration: none;
    font-family: Calibri;
    font-weight: 500;
    font-size: 15px;
    color:   #0BDF0B;
		text-shadow: #000000 0 0 0px; 
  }	
	
.inputbox {

	font-size:11px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	width: 100px;
	display:inline; 
}

