

select
	{
	width:90px;
	}

 .style1
{
	font-family:tahoma;
	font-style: normal;
	font-variant: normal;
	color: #808080;
	font-size: 11px;
}

.input
	{
	border-width:1px;
	border-color:#E6E9ED;
	background-color: #f7f7f7;
	font-family:tahoma;
	font-size: 11px;
	display: block;
	float:left;
	margin-bottom:2px;
	margin-top:2px;
	}


 		body
		{
			margin: 0px;
			padding: 0px;
			color: #000;
			font: normal normal normal 12px/1.5em 'Lucida Grande' , 'Lucida Sans Unicode' , 'Helvetica' , 'Geneva' , 'Arial' , Sans-Serif;
		}
        
        a:link , a:active , a:visited
        {
	        background: transparent;
	        color: #000;
	        text-decoration: none;
	        font-weight: bold;
        }

        a:hover
        {
	        text-decoration: underline;
        }

        h1 , h2 , h3 , h4 , h5 , h6
        {
	        font-weight: normal;
	        margin: 0px 0px 1px 0px;
	        padding: 0px;
	        line-height: 1.3em;
        }

        h1
        {
            font-size: 22px;
	        border-bottom: 1px solid #d00;
	        padding-bottom: 8px;
	        margin-bottom: 10px;
        }

        h2
        {
	        font-size: 2.8em;
        }

        h3
        {
	        font-size: 2.6em;
        }

        h4
        {
	        font-size: 2.4em;
        }

        h5
        {
	        font-size: 2.2em;
        }

        h6
        {
	        text-align: right;
	        font-size: 11px;
        }

table#GridView2 ,  table#GridView1
		{
			width: 100%;
			margin-bottom: 40px;
		}

        table#GridView2 th , table#GridView1 th
        {
            text-align: left;
            font-size: 16px;	
        }
   
        table#GridView2 th.ch1 , table#GridView1 th.ch1
        {
        	width: 120px;
       	}

		table#GridView2 td , table#GridView1 td
		{
			padding-right: 10px;
			padding-top: 5px;
			padding-bottom: 5px;
			border-bottom: 1px dotted #ddd;
			vertical-align: top;
		}
	
    

input.text
		{
			width: 220px;
			margin-right: 15px;
			border: 1px solid #ddd;
			font: normal normal normal 12px 'Lucida Grande' , 'Lucida Sans Unicode' , 'Helvetica' , 'Geneva' , 'Arial' , Sans-Serif;
		}

		form , p
		{
			margin: 0px;
			padding: 0px;
		}
		
        a:link , a:active , a:visited
        {
	        background: transparent;
	        color: #000;
	        text-decoration: none;
	        font-weight: bold;
        }

        a:hover
        {
	        text-decoration: underline;
        }
