body,html   
      {
		/*background-color: #FFFFFF;*/
		background:url(img/bg_big.jpg);
		background-repeat:none;
		color: #333333;
		font-size:13px;
        font-family:Arial, Helvetica, sans-serif;
        line-height:18px;
	    font-size: 88%;
		margin:0px;
        padding:0px;
		letter-spacing:0.03em;
       }
#content
      	{
	   	 margin-top:20px;
	   	 width:98%;
	   	 margin-left:20px;
	  	}	   
#content h1
		{
		 font-size:20px;
		}
#content h2
		{
		 font-size:18px;
		}
#content h3
		{
		 font-size:16px;
		}
#content h4
		{
		 font-size:14px;
		}		
a,#content a 
		{
		 color: #FF0000;
		 font-size: 13px;
		 font-weight:bold;
		 text-decoration: none;
		 border-bottom:1px dotted #616161;
		}
a:hover,#content a:hover 
		{
		 border-bottom:1px solid #000000;
		}	  
#content input, #content select, #content textarea
        {
		 width: 225px;
		 border: 1px solid #000000;
		 font-size: 11px;
		 font-family:Arial, Helvetica, sans-serif;
	     padding-left: 3px;
		 filter:alpha(opacity=60);
         -moz-opacity:.60;
         opacity:.60;
		 -moz-border-radius:4px;
		 background:url(img/input.jpg) top left repeat-x;
		 background-color:#FFFFFF;
		}
#content input:hover,#content input:focus, #content select:hover, #content select:focus,#content textarea:hover,#content textarea:focus
        {
		 filter:alpha(opacity=90);
         -moz-opacity:.90;
         opacity:.90;
		}
#content .chk 
		{ 
		 width:16px; 
		 height:16px; 
		 border: 0px solid #FFFFFF;
		}
#content .button 
		{
		 background-color:#FF0000; 
		 font-weight:bold;
		  -moz-border-radius:4px;
		}
#content ul
		{
		 list-style-type:square;
		 /*list-style-image:url(img/li.gif);*/
		}



