div .nodes {
	margin: 0 0 0 0px;
	padding: 0px;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial;
}

div #experiencelist {
	margin: 10px 0 0 20px;
}

div .heading {
	width: 100%;
	margin: 15px 0 20px 0;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
}

span.name {
	font-size: 22px;
	line-height: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: Arial;
}

span.subtitle1 {
	font-size: 18px;
	line-height: 1.8em;	
	font-family: Arial;
	font-weight: bold;
	color: #333;
}

span.subtitle2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}

span.subtitle3 {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	padding: 0 10px 0 0;
}

span.subtitle4 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 20px 0 0;
	float: right;
}

ul.nobullets {
	list-style: none;
	margin: 0px;
	padding: 10px 100px 20px 20px;
	font-family: Arial;
}

ul.bullets {
	list-style: square outside url("../img/blue.gif");
	margin: 0;
	padding: 10px 100px 20px 20px;
	font-family: Arial;
}

ul.bullets li {
	padding: 0 0 0 5px;
}

