html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, cite, em, img, ol, ul, li, fieldset, form, label, legend, table, tbody, thead, tr, th, td, dd, dt {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
ul, ol, li {
	list-style: none;
}
p {
    margin: 5px 0 10px 0;
	line-height: 1.4em;
}
a {
    text-decoration: none;
}
a:hover {
}
a:visited {

}
input, textarea {
	
}
input.honeypot {
	visibility: hidden;
	display: none;
}
table {
	border-collapse: collapse;
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.linky {
	cursor: pointer;
	text-decoration: underline;
}
.no-border {
	border: none
}
.normal {
	font-weight: normal;
	font-size: inherit;
	text-decoration: none
}
.bold {
	font-weight: bold;
	color: inherit;
}
.italic {
	font-style: italic
}
.underline {
	text-decoration: underline;
}
.overline {
	text-decoration: overline;
}
.striken {
	text-decoration: line-through;
}
.highlight {
	background-color: #f2e6b6;
}
.align-center {
	text-align: center;
}
.align-right {
    text-align: right;
}
.georgia {
	font-family: Georgia, serif;
}
.hidden {
  display: none;
}
.delta-positive {
    color:#76b72e;
}
.delta-negative {
    color:#ff5959;
}

