/* 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 {
	margin: 0;
	padding: 0;
}

p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
ul {
	font-size: 12px;
	line-height: 16px;
}

th {
	background:#e5e5e5;
	border-bottom:#fff 2px solid;
	color:#333;
	font-weight:normal;
	font-size: 80%;
	line-height: 140%;
	margin:0;
	padding:5px 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: 14px;
	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: #CC0000;
	font-weight: bold;
}
.txt16b {
	font-size: 16px;
	line-height: 20px;
	color: #CC0000;
	font-weight: bold;
}
