/*basic*/
a,body,button,p,br,td,div,span,center,pre,blockquote,strong
{ font-family:"굴림"; font-size:12px; color:#000000;  line-height: 18px;}

form {margin:0px}
img  {border:none;}
body {margin:0px;}

/* 기본_link Style */
A:link              {color: #000000; TEXT-DECORATION:none; }
A:visited           {color: #000000; TEXT-DECORATION:none; }
A:active            {color: #000000; TEXT-DECORATION:none; }
A:hover             {COLOR: #FF8229; FONT-STYLE: normal; text-decoration: none;}



/* Form Style */
select { font-size:12px; color:#000000;}
.select_none { font-size:12px; color:#000000;}
.input_radio { border: 1px solid #FFFFFF;}
.search_select { font-size:12px; color:#000000;}
.search_input { font-size:12px; color:#000000;  background:#FFFFFF; border: 1px solid #888888;  height: 20px; padding:2px 3px 0 3px;}
.print_input {  font-family: "돋움";  font-size:11px; color:#000000;  background:#FFFFFF; border: 1px solid #888888;
        height: 18px; padding:2px 3px 0 3px;  text-align: right;}
textarea { font-size:12px; color:#000000;  background:#FFFFFF; border: 1px solid #888888;  padding:2px 3px 3px 3px;}



/* Text 컬러&크기 Style */
.bold { font-weight: bold; }

.small_gray    {  font-family: "돋움";  font-size: 11px;  color: #888888;}
.small_blue    {  font-family: "돋움";  font-size: 11px;  color: #7ab3d0;}
.small_darkblue    {  font-family: "돋움";  font-size: 11px;  color: #20648b;}
.small_white   {  font-family: "돋움";  font-size: 11px;  color: #FFFFFF;}
.small_black   {  font-family: "돋움";  font-size: 11px;  color: #000000;}
.small_orange    {  font-family: "돋움";  font-size: 11px;  color: #ff7200;}

.gray  {  color: #888888;}
.blue  {  color: #7ab3d0;}
.blue  {  color: #7ab3d0;}
.darkblue  {  color: #20648b;}
.white   {  color: #FFFFFF;}
.black   {  color: #000000;}
.orange  {  color: #ff7200;}
.green   {  color: #559700;}
.red   {  color: #ff0000;}

.gray_back { background-color: #EEEEEE; }



/* 정렬 */
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
