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

#sidebar1 {
    width: 140px;
    float: left;
    padding: 15px 10px;
}


#sidebar1 ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	font-size: 80%;
	line-height: 150%;
	color: #999;
	text-decoration: none;
}
#sidebar1 a:link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 a:visited {
	color: #999;
	text-decoration: none;
}

#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: #333;
	text-decoration: none;
}
#sidebar1 p strong {
	color: #666;
	font-weight: bold;
	line-height: 80%;
	text-decoration: none;
}
