body {
	background-color:#FFFFFF; 
	margin:10px 15px 10px 15px; 
	padding:0px;
	}
td 	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; color:#333333;
	}
a:link {
	color:#FF0099;
	text-decoration:none;
	}
a:active {
	color:#FF0099;
	text-decoration:none;
	}
a:visited {
	color:#FF0099;
	text-decoration:none;}
a:hover {
	color:#999999;
	text-decoration:none;
	}
a.subLink:link {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	}
a.subLink:active {
	font-size:10px;
	color:#999999;
	text-decoration:none;
	}
a.subLink:visited {
	font-size:10px;color:#999999;
	text-decoration:none;
	}
a.subLink:hover {
	font-size:10px;
	color:#666666;
	text-decoration:none;
	}
.pageTitle{
	font-family: "Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	color:#FF0099;
	vertical-align: middle;
	height: 45px;
	}
.header1 {
	font-size:12px;
	font-weight:bold;
	color:#FF0099;
	border-bottom:1px solid #FF0099;
	vertical-align: bottom;
	letter-spacing: 3px;
	line-height:9px;
	}
.questionText {
	color:#FF0099;
	font-style: italic;
	margin-right: 10px;
	}
.subText {
	font-size:10px; 
	color:#999999;
	}
.infoText {
	font-size:11px;
	color:#888888;
	font-style: italic;
	font-weight: bold;
}
.infoTextHeader {
	font-size:11px;
	color:#ff0099;
	font-weight: bold;
}
.footnoteText {
	color:#777777;
	font-size:10px;
}
.copyrightText {
	font-size:9px;
	color:#888888;
}
.tmText {
	font-size:7px;
}
p.margin {
	margin-right: 15px;
}
.listItemSpacer {
	width:1px;
	height:10px;
}
.hDiv {
	height:5px;
	background-image:url(../images/hDiv.gif);
	background-repeat: repeat-x;
}
.hDivSpacer {
	height:5px;
	width: 100%;
}
.vDivSpacer40 {
	height:100%;
	width: 40px;
}
/* report classes */
table.report {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
table.report td {
	padding:3px;
	background-color:#FFFFFF;
}
table.report td.reportHeaderCol {
	font-weight:bold;
	vertical-align:middle;
	background-color:#FFFFFF;
}
table.report td.reportPromoCol {
	vertical-align:middle;
	background-color:#FFCC80;
	vertical-align:middle;
	text-align:center;
}
table.report td.reportBlueCol {
	color:#3399CC;
}
table.report td.reportCurrencyCol {
	text-align:right;
}
table.report td.reportPercentCol {
	text-align:center;
}
/* report classes2 */
table.report2 {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
table.report2 td {
	border:1px solid #666666;
	padding:3px;
	background-color:#F1F1F1;
}
table.report2 td.reportHeaderCol2 {
	font-weight:bold;
	vertical-align:middle;
	background-color:#E4E4ED;
}
table.report2 td.reportCurrencyCol2 {
	text-align:right;
}
table.report2 td.reportPercentCol2 {
	text-align:center;
}