        /* here is our table */
        #table {
            margin: auto;
            width: 960px;
            text-align: left;
            border-top: 1px solid #CCC;
			background:#FFFFFF;
        }
        #table ul {
            list-style: none;
			text-decoration:none;
			/*cursor:pointer;*/
            clear: both;
            height: 4.4em;
            border-bottom: 1px solid #CCC;
            border-right: 1px solid #CCC;
        }
        #table ul li {
            float: left;
            height: 4em;
            border-left: 1px solid #CCC;
            /*width: 67px;*/
            padding: 0.2em 0.5em;
        }
        #table ul.header {
            height: 3.1em;
            background: #EEE;
			/*cursor:default;*/
        }
        #table ul.header li {
            height: 2em;
            text-align: center;
            font-weight: bold;
            font-size: 1em;
            padding-top: 1em;
            padding-bottom: 0;
        }

        /*ul:hover {
        	background:#DFDDFF;
        }*/

        #link li a {
		display:block;
		text-decoration:none;
        }		
		.col_1	{
			width: 90px;
		}
		.col_2	{
			width: 535px;
		}
		.col_3	{
			width: 60px;
		}	
		.col_4	{
			width: 60px;
		}
		.col_5	{
			width: 60px;
		}			
		.col_6	{
			width: 60px;
			text-align:center;
		}					
		
    .style2 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	}
	
	.deal { float:right;
			position:relative;
			top:-3px;
	}