/* 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;
}
hr {
	border-top: 2px dotted #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px 0px;
	padding: 0px;
}
h2 {
	color: #5B932B;
	padding-top:5px;
}

h3 {
	margin: 0;
	padding: 0;
	color: #5B932B;
	text-transform: none;
	line-height: 20px;
	font-weight: bold;
}

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


/* Basic Fonts
----------------------------------------------- */
.text09g {
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}
.text10 {
	font-size: 10px;
	line-height: 12px;
}
.text10g {
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
.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;
}
.text14-oreng-b {
	font-size: 14px;
	line-height: 18px;
	color: #FF9933;
	font-weight: bold;
}
.text16b {
	font-size: 16px;
	line-height: 20px;
	color: #333399;
	font-weight: bold;
}
.text16b-black {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
.text-margin {
	padding-right: 5px;
	padding-left: 5px;
}
