* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background: #FFFFFF;
	font-size: 3mm;
	font-family: Arial, Helvetica, sans-serif;
}

.Default {
	width: 170mm;
}

.Default .EmailAddress {
	margin: 3px 0;
	vertical-align: middle;
}

/* ### PRINT-HEAD ### */

.Default .PrintHead {
	margin: 0 0 11mm 0;
}

.Default .PrintHead .Address {
	font-size: 2.3mm;
	border-bottom: 0.2mm solid #A6DBC4;
	border-right: 0.2mm solid #A6DBC4;
	vertical-align: top;
	width: 40mm;
}

.Default .PrintHead .Address p {
	margin: 0 0 1mm 0;
}

.Default .PrintHead .Address img {
	width: 32mm;
}

.Default .PrintHead .Mood {
	border-bottom: 0.2mm solid #A6DBC4;
	width: 130mm;
}

.Default .PrintHead .Mood img {
	width: 130mm;
}

.Default .PrintHead .Info {
	border-bottom: 0.2mm solid #A6DBC4;
	border-right: 0.2mm solid #A6DBC4;
	width: 40mm;
	height: 10mm;
	vertical-align: bottom;
	padding: 0 0 2mm 0;
}

.Default .PrintHead .Title {
	border-bottom: 0.2mm solid #A6DBC4;
	font-size: 6mm;
	width: 130mm;
	height: 10mm;
}

.Default .PrintHead .Title img {
	margin: 2mm 3mm 2mm 2mm;
	height: 6mm;
	width: 6mm;
}

/* ### HEAD ### */

.Default .Head {
	display: none;
}

/* ### BODY ### */

.Default .Body {
}

.Default .Body .SubmenuBorder {
	display: none;
}

.Default .Body .Submenu {
	display: none;
}

.Default .Body .Content {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
}

.Default .Body .Content a:link,
.Default .Body .Content a:visited,
.Default .Body .Content a:hover,
.Default .Body .Content a:active {
	text-decoration: underline;
	color: #000000;
}

.Default .Body .Content h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	position: relative;
}

.Default .Body .Content blockquote {
	margin: 0 0 0 55px;
}

.Default .Body .Content p {
	margin: 0 0 15px 0;
}

.Default .Body .Content .ZipCode {
	font-family: 'Courier New', Courier, mono;
	font-weight: bold;
	letter-spacing: 26px;
	padding: 8px 0 8px 13px;
	font-size: 20px;
	width: 190px;
	height: 24px;
	background: url(../images/b_zip_code.gif) no-repeat;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.Default .Body .Content .Route {
	font-family: 'Courier New', Courier, mono;
	font-weight: bold;
	letter-spacing: 12px;
	padding: 7px 0 7px 7px;
	font-size: 16px;
	width: 111px;
	height: 18px;
	background: url(../images/b_route.gif) no-repeat red;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.Default .Body .Content li {
	margin: 0 0 15px 40px;;
}

.Default .Body .Content .HistoryBox {
	position: absolute;
	left: 230px;
	background: url(../images/b_shade_box.gif) 3px 3px no-repeat;
	padding: 0 3px 3px 0;
}

.Default .Body .Content .HistoryBox table {
	background: white;
	border: 1px solid #A6DBC4;
}

.Default .Body .Content .HistoryBox td {
	vertical-align: top;
}

.Default .Body .Content .HistoryBox .Year {
	background: #A6DBC4;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	line-height: 90%;
	padding: 1px 0 1px 0;
	width: 100px;
	margin: 0;
}

.Default .Body .Content .HistoryBox .Text {
	padding: 0 5px 7px 7px;
}

/* ### FOOT ### */

.Default .Foot {
	display: none;
}