table.Form {
	border-style : solid;
	border-width : 0px 1px 1px 0px;
	border-color: #dddddd;
	background-color: #ffffff;
}
table.Form TD {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	border-style : solid;
	border-width : 1px 0px 0px 1px;
	border-color: #dddddd;
	color : #000000;
	font-size : 8pt;
	padding : 3px;
}
tr.FormHeader TD {
	color : #000000;
	font-size : 10pt;
	font-weight : bold;
	background-color : #FFF7B5;	
	padding : 4px 4px 4px 6px;
}
td.FormLabel {
	font-weight : bold;
	text-align : right;
	background-color : #eeeeee;	
}
a.ActionButton, input.ActionButton {
	padding:1px 4px; background:#F0F0F0; border:1px solid #BFC6B4; font-family: Arial, Helvetica, sans-serif; font-size:8pt; text-decoration:none; color:#666666;
}
a.ActionButton:hover {
	border-color:#869571; color:#333333; text-decoration:none
}
table.Report {
	border-style : solid;
	border-width : 0px 1px 1px 0px;
	border-color : #dddddd;
	background-color: #ffffff;
}
table.Report TD {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	border-style : solid;
	border-width : 1px 0px 0px 1px;
	border-color : #dddddd;
	color : #000000;
	font-size : 8pt;
	padding : 3px;
}
tr.ReportHeader TD {
	color : #000000;
	font-size : 10pt;
	font-weight : bold;
	background-color : #FFF7B5;	
	padding : 4px 4px 4px 6px;
}
tr.ReportTotals TD {
	font-weight : bold;
	background-color : #eeeeee;	
}
table.NoteBlock {
	border-style : solid;
	border-width : 1px;
	border-color: #dddddd;
	background-color: #ffffff;
}
table.NoteBlock TD {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	color : #000000;
	font-size : 8pt;
	padding : 3px;
}
table.NoteBlock UL {
	margin-left: 2em; padding-left: 0;
}
tr.NoteBlockHeader TD {
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	background-color : #1D458A;	
	padding : 4px 4px 4px 6px;
}
tr.NoteBlockHeader td.NoteBlockTip {
	font-size : 8pt;
	font-weight : normal;
	font-style : italic;
}
a.Navigation {
	color : #000000;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}
a.Navigation:hover {
	text-decoration: underline
}
p.BreadCrumbs {
	color : #333333;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : bold;
	font-size : 10pt;
	text-indent : 5px;
	margin-top : 5px;
	margin-bottom : 5px;
}
p.PageIntroduction {
	color : #666666;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 8pt;
	text-indent : 15px;
	margin-top : 5px;
	margin-bottom : 10px;
}
p.Error {
	color : #FF0000;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10pt;
	margin-top : 5px;
	margin-bottom : 10px;
}
span.New {
	color : #FF0000;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 6pt;
}


.rowheader {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:  #3256A2;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	}

.altrows1 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:  #eeeeee;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	}

.altrows2 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	}
	
.rowlink {
	text-decoration: underline;
	color: #6666EE;
	font-weight: bold;
}

