	
	body,html{
		height:100%;		
	}
	
	body{
		color:#333333;
		font-family:'Lucida Grande',sans-serif;
		font-size:1em;
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
	}
	
	a, a:active, a:visited{
		color:#0066CC;
	}
	
	.TitleHeading {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-transform: capitalize;
		color:#FF6600;
	}

	ul{
		list-style-image:url(../img/bullet_toggle_plus.gif);
		line-height:150%;
		width:100%;
	}
	
	li{
		/*padding-bottom:5px;*/
		line-height:150%;
	}
	
	.Bullet{
		background:url(../img/bullet_toggle_plus.gif) no-repeat center center;
		width:20px;
	}