.caption {
	font-size : 10pt;
	font-style : normal;
	font-family : Arial, Helvetica, verdana;
}

.bodylarge {
	font-family: Arial, Helvetica, verdana;
	color: #ff6600;
	font-weight : bold;
	font-size: 12pt;
}

.bodymain {
	font-family: Arial, Helvetica, verdana;
	font-size: 12pt;
}

.breadcrumbs {
	font-family : Arial, Helvetica, verdana;
	font-weight : bold;
	font-size : 11pt;
}

.title {
	font-family : Arial, Helvetica, verdana;
	font-weight : bold;
	font-size : 18pt;
}

.footer {
	font-family : Arial, Helvetica, verdana;
	font-size : 8pt;
	color : #666666;
}

A:link {
	color : Blue;
	text-decoration : none;
}

A:hover, A:visited {
	color : Purple;
	text-decoration : none;
}

 .input {
	font-family: Arial, Helvetica, verdana;
	border-right : none;
	border-left : none;
	border-bottom : solid #1E90FF 1px;
	border-top : none;
	font-size:12pt;
}

rt {
	font-size:10pt;
	color:red;
	visibility:hidden;
}

/* Rules for Ruby annotation */
ruby {
	display:inline-table;
	white-space:nowrap;
	color:blue;
	ruby-align:left;
}

/* ruby base */
ruby>rb,ruby>rbc {
display:table-row-group;
line-height:0%;
}

/* ruby text before */
ruby>rt,ruby>rbc+rtc {
	display:table-header-group;
	font-size:10pt;
	line-height:0%;
	color:red;
	visibility:hidden;
}

/* ruby text after */
ruby>rbc+rtc+rtc {
display:table-footer-group;
font-size:12pt;
line-height:0%;
letter-spacing:0;
}

/* complex ruby text */
rbc>rb,rtc>rt {
display:table-cell;
letter-spacing:0;
}

rtc>rt[rbspan] {
display:table-caption;
}

/* ruby parentheses */
rp {
display:none;
}

