@charset "UTF-8";
p { 
	margin-top: 0; 
	text-align: left;
	}
h3 { 
	font: italic normal 1.4em tahoma, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	text-decoration: none; 
	}
a:visited { 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #CCC;
	}
acronym {
	border-bottom: none;
	}


ul{
	padding-left: 15px;
}

li{
	line-height: 2.5ex; 
	background-image: url(../images/bullet_grey.png);
	background-repeat: no-repeat;
	background-position: 0 4px;

	padding-left: 15px;
	margin-bottom: 0px;
	list-style:none;
}

