@charset "utf-8";

/* CSS Document */



body {

	margin: 0px;

	padding: 0px;

	font-size: 75%;

	line-height: 1.0;
	color: #333;

}

ul {

	margin: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 0px;

}

ul li {
	background-image: url(../home/newLi.gif);

	background-repeat: no-repeat;

	background-position: left top;

	padding-left: 15px;

	display: block;

	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul li p {

	font-weight: bolder;

	margin: 0px;

	padding: 0px;

}

a {

	text-decoration: underline;

	color: #333;

}

a:active {

	text-decoration: underline;

	color: #333;

}

a:hover {

	color: #999;

	text-decoration: none;

}

a:visited {

	text-decoration: underline;

}

a:visited:hover {

	color: #999;

	text-decoration: none;

}

