/* 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: 14px;
	line-height: 18px;
	color: #333333;
}
ul {
	font-size: 12px;
	line-height: 16px;
}
td {
	font-size: 12px;
	line-height: 16px;
}
sup {
	font-size: 60%;
}


/* Basic Fonts
----------------------------------------------- */
.text09g {
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}
.text10 {
	font-size: 10px;
	line-height: 12px;
}
.text10g {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.text11 {
	font-size: 11px;
	line-height: 13px;
}
.text12 {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.text12b {
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	color: #AB68AE;
}
.text12bw {
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}
.text14-plain {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.text14b {
	font-size: 14px;
	line-height: 18px;
	color: #333399;
	font-weight: bold;
}
.text16b {
	font-size: 16px;
	line-height: 20px;
	color: #333399;
	font-weight: bold;
}
.copyright {
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
.text09w {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 3px;
	line-height: 10px;
}
.text00 {
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	line-height: 14px;
}

/* Table Style
----------------------------------------------- */

.thin-red {
	border: thin none #FF0000;
	color: #FF0000;
}
