/* 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;
}

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


/* 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: #666666;
}
.text12b {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FF6666;
}
.text14b {
	font-size: 14px;
	line-height: 18px;
	color: #FF6666;
	font-weight: bold;
}
.text16b {
	font-size: 16px;
	line-height: 20px;
	color: #FF6666;
	font-weight: bold;
}

