body{
	scrollbar-base-color:		#FFFFFF;
	scrollbar-track-color:		#FFFFFF;
	scrollbar-face-color:		#FFFFFF;
	scrollbar-shadow-color:		#99AAFF;
	scrollbar-darkshadow-color:	#FFFFFF;
	scrollbar-highlight-color:	#99AAFF;
	scrollbar-3dlight-color:	#FFFFFF;
	scrollbar-arrow-color:		#99AAFF;
	font-size:			12px;
}
a:link{
	text-decoration:	none;
	color:			#3399AA;
}
a:visited{
	text-decoration:	none;
	color:			#3366AA;
}
a:active{
	text-decoration:	none;
}
a:hover{
	text-decoration:	none;
	color:			#0033FF;
}
table{
	font-size:			12px;
}
.dot_table{
	border-top:	1px dotted #6699FF;
	border-bottom:	1px dotted #6699FF;
	border-left:	1px dotted #6699FF;
	border-right:	1px dotted #6699FF;
	font-size:	12px;
}
.double_table{
	border-top:	3px double #0033FF;
	border-bottom:	3px double #0033FF;
	border-left:	3px double #0033FF;
	border-right:	3px double #0033FF;
	font-size:	12px;
}
.dashed_table{
	border-top:	2px dashed #003366;
	border-bottom:	2px dashed #003366;
	border-left:	2px dashed #003366;
	border-right:	2px dashed #003366;
	font-size:	12px;
}
.btn{
	border:			1px solid #336666;
	background-color:	#FFFFFF;
	color:			#000000;
}
.copyright{
	font-size:	10px;
}
.report_month{
	border-top:	1px solid #3300CC;
	border-bottom:	1px solid #3300CC;
	border-left:	1px solid #3300CC;
	border-right:	1px solid #3300CC;
	text-align:	right;
	font-weight:	bold;
	font-size:	12px;
}
.report_caption{
	color:			#000066;
}
.report_title{
	border-top:		1px dotted #3300CC;
	border-bottom:		1px dotted #3300CC;
	border-left:		1px dotted #3300CC;
	border-right:		1px dotted #3300CC;
	text-align:		right;
	font-weight:		bold;
}
.report_body{
	border-bottom:		1px dotted #3300CC;
	padding:		5px 20px 5px 20px;
}

