/* 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;
}
a.clink {
	color: #0066FF;
	text-decoration: none;
	padding-right: 14px;
	background-image : url(../../img/clink_arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 4px;
}
a.clink:hover {
	color: #0099FF;
	text-decoration: underline;
}
a.sublink {
	color: #0066FF;
	text-decoration: none;
	background-image : url(../../img/clink_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 2px 2px 15px;
	text-indent: 15px;
	margin: 0px;
}
a.sublink:hover {
	color: #0099FF;
	text-decoration: underline;
}
img {
	border: none;
}

h2 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
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;
}

/* Google
----------------------------------------------- */
.gsearch-box {
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	background-image: url(img/gsearch-line-bg.gif);
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
}

.gsearch-ent {
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	font-size: 10px;
	color: #333333;
	padding: 1px;
	line-height: 10px;
	margin: 0px;
	background-image: url(../../img/gsearch-box-bg.gif);
}



/* Basic Fonts
----------------------------------------------- */
.txt09 {
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
}
.txt10 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
.txt10g {
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}
.txt11 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
.txt12 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.txt12b {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #CC0000;
}
.txt14 {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
}
.txt14b {
	font-size: 14px;
	line-height: 18px;
	color: #009933;
	font-weight: bold;
}
.txt16b {
	font-size: 16px;
	line-height: 20px;
	color: #CC0000;
	font-weight: bold;
}
