	body {
	margin: 0;
	}
	
	td,input,textarea,select {
		font-family: arial; 
		font-size: 12px; 
		color: darkpurple;
	}
	
	.box1 {
		background-color: #fff; 
		border: 0px;
		width: 140px;
		height: 19px;
	}

	.but1 {
		background-color: #BEE23B;
		font-family: arial; 
		font-size: 13px; 
		border: 1px solid #000;
		height: 24px;
	}
	
	.zkbtxt {
		font-family: arial; 
		font-size: 11px; 
		font-weight: bold; 
		color: #fff;
	}
	
	.zkb {
		font-family: arial; 
		font-size: 11px; 
		color: #000;		
	}
	
	.hdr1 {
		margin-top: 5px;
		margin-left: 5px;
		font-family: arial; 
		font-size: 13px; 
		font-weight: bold;		
		color: #003366;			
	}
	
	p, li {
		margin: 2px; padding: 2px;
	}

	li {
		list-style-type: none;
	}
	
	ul {
		margin: 0px; padding: 0px;
	}
	
	.nhdr1 {
		font-family: arial; 
		font-size: 12px; 
		color: #FF8C00;			
		border-bottom: 1px dotted #BEE23B;
		text-decoration: none;
	}

	.nhdr1:hover {
		color: #004080;			
		border-bottom: 1px dotted #004080;
	}

	.nhdr2 {
		font-family: arial; 
		font-size: 12px; 
		color: #006600;			
		text-decoration: none;
	}

	.nhdr2:hover {
		color: #0099CC;			
	}
	
	a {
		color: #FF3300;				
	}

	a:hover {
		color: #004080;				
	}

