body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #fff;
	color: #333;
}

header {
	background-image: url('images/logo.png')
}

img {
	border: none;
}

table {
	border: solid;
}

table th, 
td {
	border: 1px solid;
}

.dealernetwork,
#navigationpanel,
#searchform,
#marketingcol,
#footer a {
	display: none;
}

#breadcrumbs {
	font-size: 0.7em;
	height: 26px;
	padding: 5px 0 0 0;
	width: 100%;
}

p {
	font-size: 0.8em;
	font-weight: lighter;
	line-height: 1.5em;
}

div.page img {
	page-break-before: auto;
}

#footer {
	width:100%;
	clear:both;
	border-top: 1px solid #000;
	font-size: 0.5em;
}	

<!-- Headers -->

h1, h2, h3 {
	font-weight: lighter;
}

h1 {
	font-size: 1.6em;
	margin: 0px 0px 20px 0;
	text-align: left;
	border-bottom: 2px solid #000;
}

#tournament-tool-selection-options.has_toggled .option {
	display: none;
}

#tournament-tool-selection-options.has_toggled .toggled {
	display: block;
}