*, h1, h2, h3, h4, h5, h6, td, li, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	page-break-after: avoid;
	page-break-inside: avoid;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	page-break-after: avoid;
	page-break-inside: avoid;
}

li, p {
	font-size: 11pt;
	line-height: 1.3em;
	text-align: justify;
}

td {
	font-size: 11pt;
}

input, textarea, select {
	font-size: 11pt;
}

ul {
	page-break-inside: avoid;
}

a {
	color: #000;
	text-decoration: underline;
}

p.center {
	text-align: center;
}

div.content {
	margin: 0;
	width: 100%;
}

body {
	background-color: #fff;
	margin: 0;
}

p.print_logo {
	display: block;
	text-align: right;
	margin-bottom: 3em;
	page-break-after: avoid;
	height: 70px;
}

div.page {
	padding-bottom: 1.5em;
	clear: both;
}

div.leftbar {
	display: none;
}

table.featured {
	background-image: url(images/featured.gif);
	background-repeat: no-repeat;
}

table.featured h3 {
	color: #c00;
}

table.featured p {
	margin-bottom: -0.75em;
}

table.featured a {
	font-weight: bold;
}

div.update {
	display: none;
}

div.bottombar {
	display: none;
}

div.thumb_list p {
	height: 135px;
}

div.thumb_list img {
	margin-right: 10px;
	border-style: none;
	float: left;
}

p.footer {
	font-size: 9pt;
	color: #555;
	margin-top: 2.5em;
	border-top: 1px solid #555;
	padding-top: 0.5em;
	text-align: center;
}

p.footer a {
	color: #555;
	text-decoration: none;
}