
	a:link 
	{
		color:blue; 
		text-decoration:none
	}
	a:hover 
	{
		color:blue; 
		text-decoration:none
	}
	a:visited 
	{
		color: blue;
		text-decoration:none
	}
	h1
	{
		font-weight: bold;
		 font-size: 22 pt;
		  color: blue;
		   margin-left: 100px;
    	   	    font-family: arial, helvetica, tahoma;
	}

	h2
	{
		font-weight: bold;
		  color: #006699;
		   margin-left: 5px;
    	   	    font-family: arial, helvetica, tahoma;
	}

	table
	{
		text-align: left;
		 border: none;
	}

	td
	{
		color: green;
		 vertical-align: top;
		  width: 170px;
		   padding-bottom: 8px;
	}

	#page
	{
		background-color: white;
		 font-family:  times new roman, sans-serif;
	}

	#parts textarea
	{
		background-color: #ccffcc;
		 color: #003366;
	}

	.buttons
	{
		color: darkgreen;
		 background: #FFF5EE; 
		  font-weight: bold; 
		   font-style: italic;
	}

	.purpose  
	{
		text-align: left;
	      	 font-family: "Arial","times", "san-serif", "helvetica";
	       	  color: navy;
		   font-weight: bold;
		    font-size: 9pt;
		     font-style: italic;
		      background-color: #cccccc;
		       text-indent: 25px;
			margin-right: 170px;
			 margin-left: 10px;
			  padding-top: 3px;
			   padding-bottom: 3px;
			    padding-right: 4px;
			     padding-left: 4px;
	}
	.red
	{
		color: red; 
		 font-size: 10pt; 
		  font-style: italic; 
	    	   font-weight: bold;
	}

	.green
	{
		color: green; 
		 font-size: 12pt; 
		  font-style: italic; 
		   font-weight: bold;
	}

