.standard {
	font-family: 		tahoma;
	font-size:			9pt;
	font-weight:		normal;
	font-style:			normal;
	text-decoration:	none;
	color:				#333333;
}
.intro {
	font-family: 		arial;
	font-size:			11pt;
	font-weight:		normal;
	font-style:			italic;
	text-decoration:	none;
	color:				#006666;
}
.heading {
	font-family: 		Arial;
	font-size:			14pt;
	font-weight:		bold;
	font-style:			normal;
	text-decoration:	none;
	color:				#000000;
}
.code-text {
	font-family: 		courier;
	font-size:			10pt;
	font-weight:		normal;
	font-style:			normal;
	text-decoration:	none;
	color:				#666666;
}

.table-background {
	background-color:	#6699cc;
}
.table-head-cell {
	background-color:	#ececec;
}
.table-head-cell-text {
	font-family: 		arial;
	font-size:			9pt;
	font-weight:		bold;
	font-style:			normal;
	text-decoration:	none;
	color:				#000000;
}
.table-body-cell {
	background-color:	#ffffff;
}
.table-body-cell-text {
	font-family: 		verdana;
	font-size:			9pt;
	font-weight:		normal;
	font-style:			normal;
	text-decoration:	none;
	color:				#000000;
}
.table-foot-cell {
	background-color:	#cccccc;
}
.table-foot-cell-text {
	font-family: 		arial;
	font-size:			9pt;
	font-weight:		bold;
	font-style:			normal;
	text-decoration:	none;
	color:				#000000;
}