body {
	background-color: #666666;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #808080;
}

#content {
	position: relative;
	width: 800px;
	margin: 32px auto;
	background-color: #CCCCCC;
}

#flashContent, #innerContent {
	border: 1px solid #666666;
}

#textContent {
	margin: 16px;
}

#serviceNavigation {
	padding: 4px 0px;
}

a img {
	border: 0;
}

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

a:hover {
	text-decoration: underline;
}

#innerContent {
	height: 600px;
}

h1, h3, h4 {
	color: #606060;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px 0px 24px 0px;
}

h3, h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

h3 {
	margin: 0px 0px 0px 0px;
}

h4 {
	margin: 16px 0px 0px 0px;
}

p {
	margin: 0px 0px 16px 0px;
}

