html {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
img {
 border: 0;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-size: smaller;
}
a {
	font-weight: bold;
	color: #ff6600;
}
a:active {
	font-weight: bold;
	color: #ff6600;
}
a:hover {
	font-weight: bold;
	color: #ff6600;
}
h1 {
	font-size: medium;
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}
h5 {
	font-weight: normal;
}
.footer {
	font-size: 9px;
}

.hr {
  height: 0;
  font-size: 0;
  line-height: 0;
  width: 100%;
  margin: 1em auto;
}
.dotted {
  border-bottom: dotted 1px #cccccc;
}
.dashed {
  border-bottom: dashed 1px #cccccc;
}
.solid {
  border-bottom: solid 1px #cccccc;
}