html, body, table, td, form, img, a, h1, h2, h3, h4, h5, div, span {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}
html, body {
	background: #FFFFFF;
    font-size: 90%;
}
/* table, td {
	border-style: none;
	border-width: 0px;
    border-spacing: 0px;
} */
img {
	border: 0px;
}
acronym {
	border-bottom-width: 1px;
    border-bottom-style: dashed;
    cursor: help;
}

.footer {
	font-size: 10px;
	color: #45586e;
	text-decoration: none;
}
a.footer:hover { text-decoration: underline }

.small_fixed {
	font-size: 11px;
}
.small {
	font-size: 70%;
}
.normal_fixed {
 	font-size: 12px;
}
.normal {
 	font-size: 70%;
 	line-height: 18px;
}
.bold {
	font-weight: bold;
}
.top {
	vertical-align: top;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bottom {
	vertical-align: bottom;
}

h1 {
	font-size: 150%;
	padding-bottom: 10px;
}
h2 {
	font-size: 125%;
	padding-bottom: 10px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 2px;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 2px;
}
h5 {
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 2px;
}

li {
	list-style-type: dot;
}