	A{
		font-family         : verdana, arial, helvetica;
		font-size           : 11px; 
		color               : blue; 
		text-decoration     : none;
	}
  	A:Hover{
  		font-family         : verdana, arial, helvetica;
  		font-size           : 11px; 
  		color               : 666666; 
  		text-decoration     : none;
  	}
	
    .font01{
		font-family         : verdana;
		font-size           : 12px;
		color               : black;
	}
	.font02{
		font-family         : verdana;
		font-size           : 10px;
		color               : gray;
	}
	.font03{
		font-family         : verdana;
		font-size           : 10px;
		color               : black;
	}
	.font04{
		font-family         : verdana;
		font-size           : 15px;
		color               : #FF9900;
		font-weight         : bold;
	}
	.font05{
		font-family         : verdana;
		font-size           : 12px;
		color               : #FF9900;
		font-weight         : bold;
		font-style          : italic;
	}
			
	.entryfield01{
		border-width        : 1px;
		border-style        : solid;
		font-family         : times-new-roman;
		font-size           : 8pt;
	}
	.button01{
		border-width        : 1pt;
		border-style        : solid;
		width               : 75;
		height              : 19;
		font-family         : verdana;
		font-size           : 10px;
		color               : black;
	}
	.button02{
		border-width        : 1pt;
		border-style        : solid;
		width               : 62;
		height              : 19;
		font-family         : verdana;
		font-size           : 10px;
		background-color    : red;
		border-color        : black;
		color               : white;
	}
	.button03{
		border-width        : 1pt;
		border-style        : solid;
		width               : 62;
		height              : 19;
		font-family         : verdana;
		font-size           : 10px;
		background-color    : orange;
		border-color        : black;
		color               : white;
	}
		
	.formline_full{
		border              : 1px solid #CECECE;
		padding-left        : 4px;
		padding-right       : 4px;
		padding-top         : 1px; 
		padding-bottom      : 1px
	}
	.borderline_full{
		border              : 1px solid #FFCC66;
		padding-left        : 0px;
		padding-right       : 0px;
		padding-top         : 0px; 
		padding-bottom      : 0px;
	}
	.borderline_bottom{
		border-right        : 0px;
		border-top          : 0px;
		border-left         : 0px;
		border-bottom       : 1px solid #FFCC66;
	}
	.borderline_right{
		border-right        : 1px solid #FFCC66;
		border-top          : 0px;
		border-left         : 0px;
		border-bottom       : 0px;
	}
	.admin_borderline_bottom{
		border-right        : 0px;
		border-top          : 0px;
		border-left         : 0px;
		border-bottom       : 1px solid #CECECE;
	}
	
	#table01{
		position            : absolute;
		top                 : 26px; 
		left                : 115px; 
		width               : 142;
		background-color    : FFFFFF;
		border-width        : 1px;
		visibility          : hidden;
	}
	#table02{
		position            : absolute;
		top                 : 26px; 
		left                : 259px; 
		width               : 142;
		background-color    : FFFFFF;
		border-width        : 1px;
		visibility          : hidden;
	}
	#table03{
		position            : absolute;
		top                 : 26px; 
		left                : 261px; 
		width               : 142;
		background-color    : FFFFFF;
		border-width        : 1px;
		visibility          : hidden;
	}