﻿body,td {
	color: #000000;
	font-size: 9pt;
	font-family: 굴림,돋움,Seoul,arial,helvetica;
}

.input_default 
{
	font-size: 12px;
	font-family: 굴림,돋움,Seoul,arial,helvetica;
	height: 18px;
	background-color: white;
	border: solid 1px black;
}

.input_gray {
	font-size: 12px;
	font-family: 굴림,돋움,Seoul,arial,helvetica;
	height: 18px;
	background-color: white;
	border: solid 1px #b0b0b0;
}

.textarea {
	font-size: 12px;
	font-family: 굴림,돋움,Seoul,arial,helvetica;
	background-color: transparent;
	border-color: transparent;
}

a:link {font-size:12px; font-family:"돋움"; text-decoration:none; color:#555555}
a:visited {font-size:12px; font-family:"돋움"; text-decoration:none; color:#555555}
a:hover {font-size: 12px; font-family:"돋움"; text-decoration:none; color:#0000ff}
