a:visited {
	font-family: dotum, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #714E92;
	text-decoration: none;
}
a:hover {
	font-family: dotum, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4998E9;
	text-decoration: underline;
}


a:link {
	font-family: dotum, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-family: dotum, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #415F9D;
	text-decoration: underline;
}

body {
	margin:0;
}

body,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #274687;
	line-height: 17px;
	text-decoration: none;
}

td,p {
	font-family: "µ¸¿ò";
	font-size: 12px;
	color: 3c3c3c;
	text-decoration: none;
	line-height: 18px;
}
.name {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: 868686;
	line-height: 22px;
}

.foot {
	font-family: "µ¸¿ò";
	font-size: 11px;
	line-height: 16px;
	color: 666666;
}
.board {
	font-family: "µ¸¿ò";
	font-size: 12px;
	color: #666666;
}

.board1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #274687;
	line-height: 17px;
	text-decoration: none;
}

.board_title {
	font-family: "µ¸¿ò";
	font-size: 13px;
	color: FFFFFF;
}

.font_blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 225A81;
	text-decoration: none;
}

.font_blue2 {
	font-family: "±¼¸²", "µ¸¿ò", "µ¸¿òÃ¼", "±¼¸²Ã¼", "¹ÙÅÁÃ¼", "¹ÙÅÁ";
	font-size: 12px;
	color: 2F6ABE;	
}

.font_blue3 {
	font-family: "±¼¸²", "µ¸¿ò", "µ¸¿òÃ¼", "±¼¸²Ã¼", "¹ÙÅÁÃ¼", "¹ÙÅÁ";
	font-size: 12px;
	color: #274687;
	text-indent: 10px;
}
	.font_blue5 {
	font-family: "±¼¸²", "µ¸¿ò", "µ¸¿òÃ¼", "±¼¸²Ã¼", "¹ÙÅÁÃ¼", "¹ÙÅÁ";
	font-size: 12px;
	color: #274687;
	word-spacing: 3px;
}

.board2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707078;
	line-height: 20px;
	text-decoration: underline;
	font-weight: normal;
}

.subtitle1 {
	font-family: "µ¸¿ò";
	font-size: 12px;
	color: #e9569c;
	font-weight: bold;
}


Form 
	input {  
		font-family:dotum;
		font-size:expression((this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'9pt' ); 
		color:expression((this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'#274687' ); 
		border:expression((this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'solid 1px #D1DBDC' ); 
		background-color:expression((this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'#FFFFFF' ); 
		height:expression((this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'20px' );
	}
	
	select {
		font-family:dotum;
		font-size: 9pt; 
		color:#274687; 
		border:1 solid #707078; 
		background-color:#FFFFFF
	}
	textarea {
		font-family:dotum;
		font-size: 9pt; 
		color:#274687; 
		border:1 solid #707078; 
		background-color:#FFFFFF ;
		scrollbar-face-color: #cccccc; 
		scrollbar-arrow-color: #ffffff; 
		scrollbar-track-color: #ededed; 
		scrollbar-highlight-color: #ededed; 
		scrollbar-shadow-color: #ededed;
		scrollbar-darkshadow-color: #ededed; 
		scrollbar-3dlight-color: #ededed; 
	}

Img {border: none;} 