	html {
    	 overflow: -moz-scrollbars-vertical;
	}

	body {
		background-color : #FFFFFF;
	}
	
	body, td {
		font-family : verdana;
		font-size : 8pt;
		color : #2B3A8E;
	}
	
	td.Menu {
		font-size : 7pt;
		padding : 0 7 0 7;
		font-family : verdana;
		font-weight : bold;
	}
	
	td.Label {
		font-size : 8pt;
		padding : 5 0 0 0;
		font-family : verdana;
	}
	
	ul {
		margin : 8 0 0 30;
		padding : 0 0 0 0;
	}
	
	li {
		padding-bottom : 5px;
	}
	
	li.SpacedList {
		padding-bottom : 12px;
	}
	
	a, a:Visited, a:Link, a:Active {
		color : #2A398B;
		font-weight : bold;
		text-decoration : none;
	}
	a:Hover {
		color : #E00023;
	}
	
	a.Menu, a:Visited.Menu, a:Link.Menu, a:Active.Menu {
		color : #2B3A8E;
		font-weight : normal;
		text-decoration : none;
	}
	a:Hover.Menu {
		color : #E00023;
	}
	
	a.Foot, a:Visited.Foot, a:Link.Foot, a:Active.Foot {
		color : #999999;
		font-weight : normal;
		text-decoration : none;
	}
	a:Hover.Foot {
		color : #E00023;
	}
	
	.Foot {
		font-size : 7pt;
		color : #999999;
		padding : 0 0 0 0;
	}
	
	.Heading {
		font-size : 12pt;
		font-weight : bold;
	}

	.Underline {
		border-bottom : 1px solid #A5B3DC;
	}
	
	.Overline {
		border-top : 1px solid #A5B3DC;
	}
	
	.DottedOverline {
		border-top : 2px dotted #D5DBE9;
	}
	
	.Legal {
		font-size : 8pt;
	}

	#foldheader {
		cursor : pointer; 
		cursor : hand ;
		font-weight : normal;
		padding : 0 0 10 0;
		list-style-image : url(/images/fold.gif)
	}
	
	#foldinglist {
		font-weight : normal;
		padding : 0 0 0 0;
		margin : 7 0 0 25;
		list-style-image : url(/images/open.gif)
	}

	