 	body		{  
	 				margin: 2em 2em 2em 25px; 
					font-family: Arial, Verdana, sans-serif;
				}
	a:hover 	{ 
					background: #eeeeee; 
					color: #ff3333; 
			 	}	
	.PLink		{
					text-align: center;
					font-family: Georgia,serif;
					font-weight: bold;	
					font-size: 70%;
					line-height: 80%; /* IE doesn't honor this */				
				}	
	.Bar		{
					text-align: left;
	 				border: thin gray solid;
					background: #eeeeee; 
					padding: 5px;				
				}

        .OurForm        {       /* not working consistently for both forms */
                                        font-weight: bold;
                                }
        .Required       {       /* controls appearance of Required fields */
                                        font-weight: bold;
                                        background: #eeeeee;
                                        color: #ff3333;
                                }
        .Required:after  {content: " *";} /* IE 6 doesn't handle this "after" content */

