h2, h3, h4, h5, h6 {
  color: #981834;
  font-weight: normal;
  padding: 3px 10px 0 10px;
}

a {
	text-decoration: none;
	color: #800000;
}

a:hover {
	text-decoration: underline;
}

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4 { font-size: 12px; }

h5 { font-size: 11px; }

p { padding: 10px; }

ul, ol {
  margin: 4px 0 4px 25px;
  padding: 0;
}

ul li {
	list-style: none;
	background: url('../images/bullet.gif') no-repeat 0 7px;
	padding-left: 14px;
	line-height: 14px;
	list-style: none;
	margin: 0;
  padding: 2px 0 2px 18px;
}

ol li {
	padding-left: 14px;
	line-height: 14px;
  padding: 2px 0 2px 10px;
  margin: 0 0 0 22px;
}

hr {
	color: #b30000;
	background: #b30000;
	margin: 0 5px 5px;
	height: 1px;
	border: none;
}

img {
	margin: 0;
	border: none;
}

blockquote { margin: 20px; }


table.tabula {
	border-collapse: collapse;
	border: 1px solid #e4e4e4;
	width: 520px;
	margin: 6px auto;
	padding: 0;
}

table.tabula tr td {
	border: 1px solid #e4e4e4;
	background: #fff;
	padding: 3px 5px;
	font-size: 12px;
}

table.tabula tr.active td {
	background: #ebebeb;
}

table.tabula th {
  background: url('../images/th.gif');
	border: 0;
	margin: 0;
	padding: 3px 5px;
	color: #800;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}