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

body{
	background: #f7f7f7 url('images/sidewalk_titlebar.gif') no-repeat center top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

a, a:link, a:active, a:visited {
	color: #666;
	font-size: 11px;
}

a:hover {
	color: #333;
	font-size: 11px;
}

ul.circle {
	list-style-type: circle;
}

li { 
	list-style-type: circle;
	font-size:11px; 
}



	p {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #333333;
	}

	.date {
		color: #999999;
		font-size: 9px;
	}

	a {
		color: #333333;
		font-size: 12px;
	}

    .style1 {color: #F7F7F7}
