
	body{
		margin: 0;
		padding: 20px 20px 20px 20px;
		background: #F9F6F2;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.75em;
	}
	
	.texta { 
   		font-size: 10px; 
   		background-color: white; 
   		border: 1px solid silver; 
	}

	.textf { 
   		font-size: 10px; 
	}

	.buttons { 
 		font-family: Arial, Helvetica, sans-serif; 
 		font-size: 10px; 
 		background-color: #FF0000; 
 		color: white; 
 		margin-right: 6px; 
	}
	
	
	#fullbox {
 		 position:relative; 
  		 width: 800px;
  		 height: 100%;
  		 border: 1px solid #FF0000;
  		 border-color : #FF0000;
  		 padding-left: 5px;
  		 padding-right: 5px;
  		 padding-top: 5px;
  		 padding-bottom: 5px;
  		 overflow:auto; 
  		 background:#FFFFFF;
  		 
	}
	
	
	a{
		color: #F60;
		text-decoration: none;
	}
		
		a:hover{ text-decoration: underline; }
		
	h1{
		margin: -20px 0 14px 0;
		color: #F60;
		font-weight: normal;
		font-size: 18px;
		letter-spacing: 1px;
	}
	
	input, select, textarea{
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #534640;
	}
	
	table{
		border-collapse: collapse;
	}
	
	#table{
		background: #FFF;
		border-bottom: solid 1px #F0F0F0;
		border-right: solid 1px #F0F0F0;
	}
	
		#table input, #table select{
			width: 100px;
		}
	
		#table th{
			font-weight: normal;
			border-top: solid 1px #F0F0F0;
			border-left: solid 1px #F0F0F0;
		}
		
		#table th input{
			text-align: center;
			font-weight: bold;
			color: #369;
		}
		
		#table td{
			border-top: solid 1px #F0F0F0;
			border-left: solid 1px #F0F0F0;
		}
	
		#table td input{
			height: 20px;
			border: 0;
			line-height: 20px;
		}
	
	#menu{
		position: absolute;
		top: 0;
		left: 20px;
		width: 188px;
		background: url('../../images/middle.jpg') repeat-y;
	}
	
		#menu img{
			display: block;
		}
		
		#menu a{
			display: block;
			padding: 3px;
			margin: 5px 20px 5px 17px;
			background: #F4EFEB;
		}
		
		#menu form{
			display: block;
			margin: 5px 20px 5px 17px;
		}
		
			#menu form .txt{
				width: 147px;
			}
	