img {border: none;}
form {display: inline;}
body
{
	width: 780px;
    margin: auto;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
body, div, table, th, td, p, textarea, ul, ol
{
    font-family: arial, "굴림", Gulim;
    font-size: 10pt;
}

a:link, a:visited, a:active
{
	color: #0033CC;
	text-decoration: none;
}
a:hover
{
    color: #0033CC;
    text-decoration: underline;
}
a.white:link, a.white:visited, a.white:active
{
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
.panel
{
	background-color: #F4F4F4;
	border: 1px solid #E6E6E6;
	padding: 2px;
}
.panel2
{
	background-color: #1D3B43;
	border: 1px solid #00101F;
	padding: 2px;
}
.em
{
    font-weight: bold;
}
.comment
{
    font-size: 8pt;
    color: #7F7F7F;
}
.red
{
    color: #D5245B;
}
.title
{
    font-weight: bold;
    color: #0033CC;
}