
body {
	padding: 0px 10px 25px 10px; 
	margin: 0px;
	background-color:  #6375D6;
	font-family: tahoma, verdana, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;} 

div.tipBox {
	position: absolute;
	padding: 5px;
	background-color: #6375E6;
	right: 10;
	width: 200;
	height: 100;
	visibility: hidden;
	border: 2px groove;
}

div.seBox TABLE {
	padding: 5px;
	border: thin groove;
}


span.inlineTipRoot {
	cursor: hand;
	font-weight: bold;
	color: #80FF80;
}

span.inlineTip {
	color: #FFFFFF;
	display: none;
	background-color: #0053FC;
}

div.item ul {
	list-style-type: none; 
}

div.itemHeader {
	font-size: 16pt;
	font-family: "MS Trebuchet" , "MS Arial", sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
	color: #FFFFFF;
}
div.itemContent {
	MARGIN: 0px 10px 0px 10px;
}

div.itemContent H3 {
	font-size: 120%;
}

div.toggleContent {
	display: none;
	position: relative;
	padding: 10px , 30px;
}

div.toggleLink {
}

table.tasks {
	font-size: 9pt;  
	width: 90%;
}

table.tasks IMG {
	vertical-align: middle;
	margin-right: 5px;
}

img.niciHelp {
	vertical-align: middle;
	margin-right: 5px;
	}

table.oddEvenTable {
	border: 2px groove;
	table-layout: fixed;
	display: inline;
	width: auto;
	word-wrap: break-word;
	font-size: 8pt;  
 	font-style:normal;
	text-align:left; 
	color:black; 
	margin-left:1em;
	margin-top:1em;
}

tr.firstRow {
	background-color: #6375D6; 
	font-weight: bold;
	color: #FFFFFF; 
}

tr.evenRow {
	background-color: #eeeeee; 
}

tr.oddRow {
	background-color: #fff; 
}

A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #FFC060;
	text-decoration: underline;
	font-weight: bold;
}

div.indexcol {
	FONT-SIZE: 11px; 
	WIDTH: 280px;
	PADDING-TOP: 10px;
	PADDING-right: 10px;
	float: left;
	TOP: 130px;
	TEXT-DECORATION: none;
}

div.contentcol {
  position: relative;
	margin-left: 291px;
}

ul {
	list-style-type: none; 
}



