// This style sheet is for pioneerparkltd.com
// file name pparkStyle.css


 p.bold {font-weight: bold;}
 
// this is for the text images
 img {padding: 2px 5px;}

.centerBold {text-align:center;
             font-weight:bold;}
 
.center {text-align: center;}

h1 {margin-left: 25px;
	  margin-top: 20px;}	
	
.bold { font-weight: bold;}	
	
.red {color: red;
      font-weight: bold;
			}	
			
.bigRed
		{text-align: center;
		font-weight: bold;
		font-size: 1.5em;
		color: red;
		margin-bottom: -20px;
		}
		
.bigGreen 
					{color: #006600;
					font-weight: bold;
		      font-size: 1.1em;
          }		
			 
a {text-decoration: none;}	
a:hover {background-color: yellow;
		     color: red;
		     font-weight: bold;
		     }
  				

.bodyText
      {margin-top: 5px;
	     margin-left: 50px;
	     margin-right: 25px;   
       }	  

div.textBox 
						{margin-left:50px;
						 margin-top: 5px;	
						 text-align: left;							 
						 }
						 
div.footer {font-size: 9pt;
            color: #003300;
			      font-style: italic;			
			      }		
					
div.form {margin-left: 40px;
				  margin-top: 15px;
					margin-right: 200px
          }		

td.formText {font-weight: bold;
					   text-align: left;
            }
						
						
div.buttons  {margin-left: 25px;
 	            margin-top: 5px;
		          margin-right: 25px;
							}
		
		
//this keeps the buttons in place			
p { margin-left: 25px; 
      margin-top: 5px;
	    margin-right: 25px;
		 }
			

