a, 
a:link,
a:active,
a:visited {
	text-decoration: underline;
	color: #b01d00;
}

a:hover {
	text-decoration: none;
	color: #222222;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: normal;
	font-size: 190%;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 182%;
	color: #b01d00;

	padding: 0 0 .5em 0;
	margin: 0;
}

h3 {
	font-size: 125%;
	color: #b01d00;
	margin: 0;
	padding: 0;
}

h4, h5 {
	font-size: 100%;
	color: #b01d00;
	margin: 0;
	padding: .5em 0;
	margin-top: .8em;
}

hr {
	display: none;
}

p {
	margin: 0;
	padding: .5em 0;
}

.hidden {
	visibility: hidden;
}

/* global tables */
#text-content table {
	margin: .5em 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	float: none;
}

#text-content table th,
#text-content table td {
	padding: .2em .3em;
}

#text-content table.hard-styled-table caption,
#text-content table.simple-styled-table caption {
	padding-bottom: .4em;
}

#text-content table td,
#text-content table.simple-styled-table td {
	border-bottom: 1px solid #eadbb6;
}

#text-content table td.no-border {
	border: none !important;
}

#text-content table th {
	padding: .2em .4em;
	font-size: 90%;
	background: #eadbb6;
	color: #222222;
	border-bottom: 1px solid #f5ebc5;
}
#text-content table.simple-styled-table,
#text-content table.simple-styled-table th {
	border-bottom: 1px solid #9a866b;
}

#text-content table.hard-styled-table {
	border-bottom: 2px solid #9a866b;
}

#text-content table.hard-styled-table th {
	padding: .1em .3em;
	font-size: 90%;
	background: url('images/left-bar-h3.gif') top right repeat-x #9a866b;
	color: #f8f4e5;
}

#text-content table.simple-styled-table td.even,
#text-content table.hard-styled-table td.even {
	background-color: #eadbb6;
}