/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

br {
	line-height: 0px;
}

hr {
	margin: 1px 0 0 34px;
	background: url(../grfx/hr.gif) top left no-repeat;
	height: 6px;
	width: 924px;
	border: none;
}

p {
	padding: 9px 0 9px 0;
	color: #000;
	line-height: 1.35em;
	font-size: 0.85em;
}
	
	p a {
		color: #675229;
		text-decoration: underline;
	}
	
	p a:hover {
		text-decoration: none;
	}
	
	p.red {
		color: #ff0000;
	}

h1 {
	margin: 22px 0 0 0;
	color: #675229;
	font-size: 1.25em;
}

h2 {
	margin: 22px 0 0 -40px;
	padding: 0 0 0 40px;
	background: url(../grfx/h2_bg.gif) center left no-repeat;
	color: #675229;
	line-height: 26px;
	font-size: 1.25em;
}

h3 {
	margin: 22px 0 0 0;
	color: #675229;
	font-size: 0.95em;
	font-style: italic;
}

.centre
{
	text-align: center;
}

td.bg {
	background: #eee;
}