/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

br {
	line-height: none;
}

p {
	padding: 13px 0 13px 0;
	color: #838385;
}

a {
	color: #838385;
	text-decoration: underline;
}

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

p a {
	color: #838385;
	text-decoration: underline;
}

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

p strong {
	color: #f7941e;
}

li strong {
	color: #f7941e;
}

h1 {
	color: #f7941e;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	color: #f7941e;
	font-size: 1.2em;
	font-weight: normal;
}
	
h3 {
	line-height: 34px;
	width: 204px;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
}

h4 {
}

	h4 a {
		background: url(../grfx/h2_bg.gif) center left no-repeat;
		padding: 0 0 0 28px;
		line-height: 30px;
		height: 30px;
		color: #838385;
		font-weight: normal;
		font-size: 3.0em;
		text-decoration: none;
		margin: 43px 0 0 -5px;
		float: left;
	}
	
.links-table {
	border: 1px solid #838385;
	padding: 10px;
	margin: 1px;
	background-color: #f4f4f4;
}

	.links-table td {
		padding: 5px;
	}
	
.extras-table td {
	vertical-align: top;
}