body {
  	color: #333333;
  	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7;
}

td {
  	color: #333333;
  	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2 {
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h3, h4, h5, h6 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

p {
  margin: 0 0 10px 0;
}

.small {
  font-size: 10px;
}

td.grey {
	background: #f1f0f0;
	padding: 5px;
}

.separator {
	height: 4px;
	font-size: 0px;
}

.separator_hr {
	border-top: 1px solid #e5e5e5;
}

.separator_vert {
	width: 13px;
	font-size: 0px;
}

.separator_vert_small {
	width: 4px;
	font-size: 0px;
}

.error {
	color: red;
}
