/* Cascading Style Sheets    */
/* file name - public.css    */

/* created December 2004 */
/* Jeremy Swampillai     */

		 
.content {
		 font: 12px Arial,"Lucida Sans Unicode",Helvetica,sans serif;
		 text-align:justify
		 }
		 
.titles  {
		 font: 12px Arial,"Lucida Sans Unicode",Helvetica,sans serif;
		 font-weight: bold;
		 color: blue;
		 }
		
.copyright {
			font: 10px Arial,"Lucida Sans Unicode",Helvetica,sans serif;
			color: white;
		   }
		   
.textInput {
		    font-family: "Lucida Sans Unicode",Arial,Helvetica; 
			font-size: 10pt; 
			color: #403327;
			text-decoration: none;
			font-weight: normal;
			border-style: 0;
			border: 1pt#403327 solid;
		   }
		   
.textArea {
           font-family: "Lucida Sans Unicode",Arial,Helvetica; 
		   font-size: 10pt; 
		   color: #403327;
		   text-decoration: none;
		   overflow: hidden;
		   font-weight: normal;
		   border-style: 0;
		   border: 1pt#403327 solid;
		  }