* {
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Gulim, Arial;
    font-size: 12px;
    letter-spacing: 0px;
    word-spacing: -1px;
    color: #474747;
}

img,img a {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
 

/*** Default Table ***/
table {
    border-spacing: 0px;
    border-collapse: collapse;
}
table th, table td {
    margin: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

ul, ol, dl {
    list-style: none;
}

/*** Default Font ***/
div,span,ul,li,table th,table td {
    font-family: Gulim, Arial;
    font-size: 12px;
    letter-spacing: 0px;
    word-spacing: -1px;
    color: #474747;
}

#noticeStyleControl div,
#noticeStyleControl span,
#columnContent div,
#columnContent span,
#columnContent strong {
    font-family: unset;
    font-size: unset;
    letter-spacing: unset;
    word-spacing: unset;
    color: unset;
}

/*** Default Link ***/
a {
    font-family: Gulim, Arial;
    font-size: 12px;
    letter-spacing: 0px;
    word-spacing: -1px;
    color: #474747;
    text-decoration: none;
}
a:visited {
    color: #474747;
}
a:hover {
    color: #006fff;
    text-decoration: underline;
}

.FP {overflow: auto; zoom: 1;}
.FL {float: left;}
.FR {float: right;}
.FC {float: center;}
.FE {clear: both; height: 0; line-height: 0; }

.AL {text-align: left;}
.AC {text-align: center;}
.AR {text-align: right;}


div.banner {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color : #ffffff;
}

div.clear {
    clear: both !important;
    width: 0px !important;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.sIFR-active h1 {
    visibility: hidden;
    line-height: 1em;
}

body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color:#C0C0C0;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color: #F5F5F5;
	scrollbar-arrow-color: #C0C0C0;
}
#pageNavigationPanel {
	margin-bottom:10px;
}