@charset "UTF-8";
/* CSS Document */


h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #58595B;
}

h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #048BB5;
}

span.company {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404041;
	font-style: normal;
}

span.dates {
	color: #58595B;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

div.description {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-left: 20px;
}

span.description {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #58595B;
}

span.project {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#464646;
	white-space:nowrap;
	padding-right: 35px;
}

span.project a:link {
	text-decoration: underline;
	color:#464646;
}

span.project a:hover {
	text-decoration: underline;
	color:#464646;
}

span.project a:visited {
	text-decoration: underline;
	color:#464646;
}

span.description a:link {
	text-decoration: underline;
	color:#58595B;
}

span.description a:hover {
	text-decoration: underline;
	color:#58595B;
}

span.description a:visited {
	text-decoration: underline;
	color:#58595B;
}