div, body, td, tr
{
	color : #333333;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	font-size: 9pt;
	font-family: 'Nanum Gothic',돋움,arial;
	line-height: 14pt;
	margin:0px;
	height: 100%;
}
form {margin:0px}
img { vertical-align:middle; } 
a:link{COLOR: #777777;TEXT-DECORATION: none}
a:visited{COLOR: #777777;TEXT-DECORATION: none}
a:active{COLOR: Red;TEXT-DECORATION: none}
a:hover{COLOR: #FF9055;TEXT-DECORATION: none}
a.ll{color: #366D9B; font-weight:bold}
a.none,a.none:link,a.none:visited{color: Black; text-decoration: none;}
a.logo,a.logo:link,a.logo:visited{color: white; text-decoration: none;}
p{text-align : justify;}
.b{ color: #366D9B;  font-weight:bold}
a.c,a.c:link,a.c:visited{color:#d5e3f0}
a.tm,a.tm:link,a.tm:visited{color:black}
.t,h1,h2,h3,h4,h5,h6{font-family:"Trebuchet MS",Verdana,sans-serif;font-weight:bold}
.t{color: #4488aa;font-size:16px}
.bwhite { BORDER-BOTTOM: 0px solid; BORDER-LEFT: 0px solid; BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; vertical-align:middle; background-color:#f1f1f1;}
.inputMsg { BORDER-BOTTOM: 0px solid; BORDER-LEFT: 0px solid; BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; COLOR:#FF6600; background-color:#F4F4F4;}

input { FONT-SIZE: 9pt; font-family:'Nanum Gothic',돋움,arial; border:1px solid #CECECE; height: 16px;}
select, textarea { FONT-SIZE: 9pt; font-family:'Nanum Gothic',돋움,arial; border:1px solid #CECECE; }

input::placeholder {
  font-family: 'Nanum Brush Script';
  font-size:20px;

}
input:focus::-webkit-input-placeholder 
{
    color: transparent;
}
button
{
/*
  border: 0px;
  background-color: white;
*/
  font-size: 9pt;
  font-family: 'Nanum Gothic',돋움,arial;
  cursor: pointer;
}