﻿@charset "utf-8";
/* CSS Document */

body { margin:0; }

a:link {
 text-decoration:none;
 color: #ffffff;
}
a:visited {
 text-decoration:none;
 color:#ffffff;
}
a:hover {
 text-decoration:none;
 color: #A0B5FA;
} 
a:active {
 text-decoration:none;
 color: #A0B5FA;
}

.font8 {
	color:#464646;
	font-family:"굴림";
	font-size:9pt;
	font-weight:bold;
}

.font9 {
	color:#717171;
	font-family:"굴림";
	font-size:9pt;
	font-weight:bold;
}
.font10 {
	color:#000000;
	font-family:"굴림";
	font-size:11pt;
	font-weight:bold;
}
.font11 {
	color:#464646;
	font-family:"굴림";
	font-size:10pt;
}

.font12 {
 color:#ffffff;
 font-family:"굴림";
 font-size:9pt;
 font-weight:bold;
}
.font13 {
 color:#ffffff;
 font-family:"굴림";
 font-size:9pt;
 line-height:15px
}