/* Base body
----------------------------------------------- */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a {
	border: none;
}

img {
	border: none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #009966;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 5px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 5px;
}

p {
	font-size: 12px;
	line-height: 16px;
}
ul {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
td {
	font-size: 12px;
	line-height: 16px;
}

form {
	margin: 0px;
	padding: 0px;
}
sup {
	font-size: 9px;
}


.gsearch-box {
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	margin: 0px;
	padding: 0px;
}


/* Basic Fonts
----------------------------------------------- */
.txt09 {
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
}
.txt10 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
.txt11 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
.txt12 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.txt14 {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
}

.body-head {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 0px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #CCCCCC;
}
.fbox {
	border: 1px solid #CCCCCC;
	width: auto;
}
