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

body
	{
	background: #f3f3ee;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 1.3;
	color: #323232;
	text-decoration:none;
	list-style-type: none;
	margin: 0;
    padding: 0;
	}

div#expertise ul
	{
	list-style-type: none;
	width: 200px;
	margin: 0;
    padding: 0;
	}
	
div#expertise ul li
	{
	/*height: 30px;*/
	line-height: 2.5;
	margin: 0;
    padding: 0;
	}
	
#expertise a:link, a:visited { color: #3e99a9; text-decoration: none; font-weight:normal; }
#expertise a:hover, a:active { color: #3e99a9; text-decoration: underline; }
	
	
	
