HTML,BODY{
	background-color : #ffffff;
	color : #333333;
}
TABLE{
	color : #333333;
	font-size : 11pt;
	line-height : 1.4;
}

A{
	text-decoration : underline;
	color : #009999;
}
A:active{
	text-decoration : underline;
	color : #ff6666;
}
A:visited{
	text-decoration : underline;
	color : #009999;
}
A:hover{
	text-decoration : underline;
	color : #ff6666;
}
.x-small{
	font-size : 8pt;
	line-height : 1.5;
}
.small{
	font-size : 9pt;
	line-height : 1.5;
}
.large{
	font-size : 12pt;
	line-height : 1.5;
	font-weight : bold;
}
.title{
	font-size : 11pt;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	background-color : #ff9900;
}
.cap{
	font-size : 11pt;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	background-color : #999900;
}
.pink{
	color : #ff6666;
}
.gray{
	color : #666666;
}
.copy{
	color : #ffffff;
	background-color : #ff9900;
	font-size : 9pt;
	line-height : 1.2;
}
.bor_yl{
	border-style : solid;
	border-width : 1.5pt 1.5pt 1.5pt 1.5pt;
	border-color : #ff9900;
	font-size : 12px;
	line-height : 1.5;
	background-color : #ffffcc;
}
