@charset "utf-8";


a:link, a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#0099CC;
	text-decoration:none;
}

a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999;
	text-decoration:underline;
}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	margin-top:0;
	list-style-image: url(../images/shared/dot.jpg);
	list-style-type: circle;
	
}
