body {
	margin: 0px;
	font-family: Arial;
	font-size: 12pt;
	background-image: url('bg.gif');
}

#container {
	height: 100%;
	width: 850px;
	background-color: #FFFFFF;
}

td {
	vertical-align: top;
}

#header {
	height: 196px;
	width: 850px;
	background-image: url('header.gif');
}

#bar, #content, #logos {
	margin-top: 25px;
	padding-left: 25px;
}

#bar {
	width: 155px;
}

#bar a {
	font-size: 11pt;
	font-weight: bold;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #404040;
	letter-spacing: 0px;
	border-right: 1px solid #C0C0C0;
}

#bar a.mini {
	font-size: 10pt;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#bar a:hover {
	color: #6F160C;
}

#content {
	padding-right: 25px;
}

h1 {
	font-size: 19pt;
	margin-top: 0px;
	font-weight: normal;
}

h2 {
	font-size: 14pt;
	font-weight: normal;
}

a {
	color: #0000EE;
}

a img {
  border: none;
}

#logos {
	width: 130px;
	text-align: center;
	font-size: 8pt;
	color: #454545;
}

.newsletter {
	margin: 20px;
}

div.p {
	margin-bottom: 0.5em;
}

.small {
	font-size: 9pt;
	color: #404040;
}

.highlight {
	font-weight: bold;
	color: #404040;
}