input, textarea, select { font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Align Setting*/
.HAL	{ text-align:left;}
.HAC	{ text-align:center;}
.HAR	{ text-align:right;}
.VAT	{ vertical-align:top;}
.VAM	{ vertical-align:middle;}
.VAB	{ vertical-align:bottom;}

/* Border Setting */
.BD1	{ border:1px solid rgb(0,0,0);}
.BDT1	{ border-top:1px solid rgb(0,0,0);}
.BDB1	{ border-bottom:1px solid rgb(0,0,0);}
.BDL1	{ border-left:1px solid rgb(0,0,0);}
.BDR1	{ border-right:1px solid rgb(0,0,0);}
.BDT3D	{ border-top:3px double rgb(0,0,0);}
.BDB3D	{ border-bottom:3px double rgb(0,0,0);}
.BDL3D	{ border-left:3px double rgb(0,0,0);}
.BDR3D	{ border-right:3px double rgb(0,0,0);}
.BDT1T	{ border-top:1px dotted rgb(0,0,0);}
.BDB1T	{ border-bottom:1px dotted rgb(0,0,0);}
.BDL1T	{ border-left:1px dotted rgb(0,0,0);}
.BDR1T	{ border-right:1px dotted rgb(0,0,0);}

/* Font Color Setting */
.FC-R	{ color:rgb(255,0,0);}
.FC-G	{ color:rgb(0,255,0);}
.FC-B	{ color:rgb(0,0,255);}
.FC-W	{ color:rgb(255,255,255);}
.FC-K	{ color:rgb(0,0,0);}

/* Font Size & Font Family Setting*/
.F7		{ font-size: 10px; font-family: "Verdana", "Arial", "Helvetica", "sans-serif";}
.F8		{ font-size: 11px; font-family: "Verdana", "Arial", "Helvetica", "sans-serif";}
.F9		{ font-size: 12px; font-family: "Verdana", "Arial", "Helvetica", "sans-serif";}
.F10	{ font-size: 13px; font-family: "Verdana", "Arial", "Helvetica", "sans-serif";}
.F11	{ font-size: 15px; font-family: "Verdana", "Arial", "Helvetica", "sans-serif";}
.F12	{ font-size: 16px; font-family: "Verdana", "Arial", "Helvetica", "sans-serif";}
.GF8	{ font-size:8px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF9	{ font-size:9px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF10	{ font-size:10px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF11	{ font-size:11px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF12	{ font-size:12px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF14	{ font-size:14px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF15	{ font-size:15px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF16	{ font-size:16px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF18	{ font-size:18px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF24	{ font-size:24px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GF36	{ font-size:36px; font-family:"Verdana", "Arial", "Helvetica", "sans-serif";}
.GM14	{ font-size:14px; font-family:"Verdana", "Microsoft Sans Serif", "Helvetica", "sans-serif";}

/* Button Size Setting */
.BTZ1		{ width:60px; height:60px;}
.BTZ2		{ width:120px; height:30px;}
.BTZ3		{ width:40px; height:40px;}

.BD1T	{ border-left:1px dotted rgb(147,147,147);
		  border-right:1px dotted rgb(147,147,147);
		  border-top:1px solid rgb(147,147,147);
		  border-bottom:1px solid rgb(147,147,147);
}

.BGNR	{ background-repeat:no-repeat;}
.FWB	{ font-weight: bold;}





body{
	margin:0;
}

/* Sample ­¶ªº¤À­¶ */
#samplepages a {
	color: blue;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: none;
}
