html, body, td, p, a {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    line-height: 110%;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-stretch: condensed;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
h1 {
	font-size: 14px;
	font-weight: bolder;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 3px;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}

img {
    border: 0;
}

p {
	margin:0;
	padding:0;
	margin-bottom:13px;
}