a {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
p {
	line-height: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	padding-bottom:5px;
	}
li {
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
hr {
	margin:5px 0;
	}
img {
	border: 0;
	}

div,p{margin:0}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
td {
	font: normal 12px Arial, Helvetica, sans-serif;
}
th {
	font: bold 12px Arial, Helvetica, sans-serif;
}
