	html {
		overflow-y : scroll;
	}

	body {
		margin : 4px 0px 0px 0px;
		padding : 14px 0px 0px 0px;
		background-color : #FFFFFF;
}
	
	body, td {
		font-family : verdana;
		font-size : 9pt;
		color : #656565;
		line-height : 1.5;
	}
	
	td.ContentBlock {
		background-image : url(/images/side_bgnd.jpg);	
		background-repeat : repeat-y;
	}
	
	td.TableBox {
		background-color : #F6F6F6;
		white-space : nowrap;
	}
	
	.Foot {
		color : #999999;
		font-size : 8pt;
		padding : 0px 0px 5px 0px;
	}
	
	a {
		text-decoration : none;
		color : #E0AA52;
		font-weight : bold;
	}
	a:Hover {
		color : #999999;
		text-decoration : underline;
	}

	a.HomeLink {
		font-weight : normal;
		color : #333333;
	}
	a.HomeLink:Hover {
		text-decoration : none;
		color : #999999;
	}
			
	a.Foot {
		text-decoration : none;
		color : #999999;
		font-weight : normal;
	}
	a.Foot:Hover {
		color : #E0AA52;
		text-decoration : none;
	}
		
	a.LinkTo {
		text-decoration : none;
		color : #555555;
		font-weight : normal;
	}
	a.LinkTo:Hover {
		color : #E0AA52;
	}
		
	a.ExtLink {
		text-decoration : none;
		color : #777777;
		font-weight : normal;
		font-size:8pt;
	}
	a.ExtLink:Hover {
		color : #E0AA52;
		text-decoration : none;
	}
		
	a.Portfolio {
		font-size : 12pt;
		text-decoration : none;
		color : #999999;
		font-weight : bold;
	}
	a.Portfolio:Hover {
		text-decoration : underline;
		color : #E0AA52;
	}
		
	a.HeadLink {
		text-decoration : none;
		color : #FFFFFF;
		font-weight : bold;
	}
	a.HeadLink:Hover {
		color : #E0AA52;
		text-decoration : none;
	}
		
	.PageHead {
		color : #BBBBBB;
		font-size : 16pt;
	}
	
	h1 {
		font-family : verdana;
		color : #BBBBBB;
		font-size : 16pt;
		font-weight : normal;
		margin : 0px;
	}
	
	h2 {
		font-family : verdana;
		font-size : 12pt;
		font-weight : bold;
		margin : 0px;
		padding : 0px;
	}
	
	h3 {
		font-family : verdana;
		font-size : 9pt;
		font-weight : normal;
		margin : 0px;
		padding : 0px;
	}
	
	li {
		padding-top : 0px;
		padding-bottom : 3px;
	}
		
	.Underline {
		border-bottom : 1px dotted #CCCCCC;
	}	
		
	.Legal {
		font-size : 8pt;
		padding-bottom : 5px;
	}
	
	.Gold {
		color : #E0AA52;
	}

	.Green {
		color : #009900;
	}

	.Blue {
		color : #0000B6;
	}

	.Red {
		color : #CC0000;
	}

	.Black {
		color : #000000;
	}
	
	.Orange {
		color : #D29C0B;
	}
	
	.BlockHead {
		color : #000000;
		font-size : 11pt;
		padding : 15px 0px 5px 7px;
	}

	ul {
		margin : 15px 0px 15px 30px;
		list-style-image: url(/images/list_dot.jpg);
		padding-left : 0px;
	}
	
	ul.Plain {
		margin : 15px 0px 15px 30px;
		list-style-image: none;
		padding-left : 0px;
	}
	
	.Tools {
		color : #0F98F8;
		font-weight : bold;
	}
	
	ul.Status {
		margin : 0px;
		padding : 0px; 
		list-style-type : disc; 
		list-style-image:none;
	}
	li.Status {
		padding : 0px;
	}