body {
	margin: 0px;
	background-color: #B7B7B7;
}

td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

hr {
	height: 1px;
	color: #BBBBBB;
}

h1 {
	font-family: arial narrow, arial;
	font-size: 22px;
	font-weight: bold;
	color: #156C66;
	margin: 0px;
	line-height: 22px;
}

h2 {
	font-family: arial narrow, arial;
	font-size: 18px;
	font-weight: bold;
	color: #156C66;
	margin: 0px;
	line-height: 22px;
}

h3 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
	margin: 0px;
	line-height: 22px;
}

h4 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #707070;
	margin: 0px;
	line-height: 22px;
}


a:link, a:visited, a:active {
	font-family: arial;
	color: #339E97;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #156C66;
}

a:link.subnav, a:visited.subnav, a:active.subnav {
	font-family: arial;
	color: #339E97;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1;
}

a:hover.subnav {
	color: #156C66;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #999999;
}