/* global styles ====================================== */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #60555B;
}
abbr, acronym, .description {
  border-bottom: 1px dashed #333333;
  cursor: help;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
form {
	font-size: 0.9em;
	margin: 0;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 12px 0 0 0;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 12px 0 0 0;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	color: #73666D;
}
p {
	margin-top: 0;
	margin-bottom: 15px;
}
a {
	color: #000000;
}
ul li {
	list-style-type: disc;
}
.small {
	font-size: 0.8em !important;
}