
<style Type = "text/css">

select	{
				background-color: #d3b580;
				color: red;
				}
 option	{
					color: #000;
					background-color: #e7e7e7;

					}
	option.even	{
						color: #000;
						background-color: #fff;
										}	
	option.na	{
						color: #fff;
						background-color: #000;
										}																	
	input.grid
		{
    			border-right: #d3d3d3 1px solid;
    			border-top: #d3d3d3 1px solid;
   		 	font-size: 7pt;
    			background: white;
    			border-left: #d3d3d3 1px solid;
    			border-bottom: #d3d3d3 1px solid;
    			font-family: arial
		}
	input.grid2
		{
    			
			font-size: 8pt;
    			background: white;
    			font-family: arial
		}
	input.logoSubmit 
		{
			font-size: 7pt; 
			font-weight: bold;
			font-family: verdana,arial;
			letter-spacing: 1px;
			width: 80px;
			height: 25px; 
		}
	input.logoSubmit2 
		{
			font-size: 8pt; 
			background: #1A6EBB;
			background-image: url("images/submit.gif");
			background-repeat: no-repeat;
			width: 100px;
			height: 40px; 
		}


		
	.copywrite 
		{	font-family: helvetica,verdana,arial; 
			font-size: 7pt;
			color: gray
		}
        
</style>
	