/* Basic Fonts
----------------------------------------------- */

.text10 {
	font-size: 10px;
	line-height: 12px;
}
.text10g {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

.text11 {
	font-size: 11px;
	line-height: 13px;
}
.text11g {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}
.text12 {
	font-size: 12px;
	font-weight: normal;
}
.text12g {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.text12-table {
	font-size: 12px;
	line-height: 12px;
	width: 100%;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	border-bottom: thin solid #999999;
	border-left: thin solid #999999;
	color: #323232;
}
.text14b {
	font-size: 14px;
	line-height: 18px;
	color: #009933;
	font-weight: bold;
}
.text16b {
	font-size: 16px;
	line-height: 20px;
	color: #009933;
	font-weight: bold;
}


/* Extend Fonts
----------------------------------------------- */

.form {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

sup {
	font-size: 9px;
}
.block-10grey {
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	font-size: 10px;
	line-height: 15px;
	padding: 5px;
	text-align: left;
}
.block-green {
	background-color: #009900;
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 0px none #999999;
	border-right: 0px none #999999;
	border-bottom: 0px none #999999;
	border-left: 0px none #999999;
}
.block-12w {
	font-size: 10px;
	color: #FFFFFF;
}



/* border
----------------------------------------------- */
.bor3-text14 {
	border-left: 8px solid #66CC33;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	font-weight: bold;
	margin: 0px;
}

/* botton
----------------------------------------------- */
.bot-text16 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	background-color: #C7FFE3;
}

.copy {
	font-size: 10px;
	line-height: 12px;
}

/* table
----------------------------------------------- */
.table-line {
	border-bottom: 1px solid #339900;
	border-left: 1px solid #339933;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
}

