

	.header1 	{font-family:arial;
			  		 font-size:16px;
			  		 font-weight:normal;
			  		 color:666666;}
	
	.smallText	{font-family:Lucida Console;
			  		 font-size:12px;
			  		 font-weight:normal;
			  		 color:666666;}
					 
	.smallInput	{font-family:arial;
			  		 font-size:12px;
			  		 font-weight:bold;
			  		 color:666666;
					 border-style:solid;
					 border-width:1;
					 border-top-color:AAAAAA;
					 border-right-color:AAAAAA;
					 border-left-color:CCCCCC;
					 border-bottom-color:CCCCCC;
					 }

	.smallButton {font-family:arial;
			  		 font-size:10px;
			  		 font-weight:bold;
			  		 color:333333;
					 border-style:outset;
					 border-width:1;
					 background-color:CCCCCC;
					 border-color:666666;
					 cursor: pointer !important;
					 cursor: hand;
					 margin-left: 4px;
					 padding:2px;
					 }
					 
	.border 		{
					 border-style:solid;
					 border-width:1;
					 border-color:000000;
					 }