﻿
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000000 !important;
	background: #ffffff;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	padding: 0;
	overflow: hidden;
}

.content {
	width: 100%;
	border: 0px;
	padding: 10px;
	margin-bottom: 20px;
}

.header {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 4px double #000000;
	padding-top: 30px;
}

.logo {
	margin-bottom: 6px;
	text-indent: 0px;
	width: 160px;
	height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px
}

.footer {
	border: 0px;
    padding: 0 10px;
    font-size: 9px;
}

h1, h2, h3, h4 {
	color: #000000;
	line-height: .9em;
	letter-spacing: normal;
	margin: 0px;
	float: left;
	width: 100%;
}

h1 {font-size: 40px !important; border-bottom: 4px double #000000; margin-bottom: 10px;}
h2 {font-size: 18px !important; border-bottom: 1px solid #cccccc; padding-bottom: 8px; margin-bottom: 0px; margin-top: 0px;}

p {margin-bottom: 10px;}

a:link, a:visited {
    color: #000000;
}

a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
  color: #808080;
}

.button {
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px dotted #cccccc !important;
	box-shadow: 0px;
}

.warranty_header, .customer_header {    
    width: 100%; height: 20px; 
    line-height: 20px;   
    border-bottom: 4px double #cccccc;        
}
    .warranty_header div, .customer_header div {
        line-height: 20px; height: 20px;
        font-size: 8px !important;
        color: #cccccc !important;
    }
    .warranty_rowSection, .customer_rowSection {border-bottom: 1px dotted #cccccc;}  
    .warranty_rowSection div, .customer_rowSection div {
        line-height: 30px !important;
        height: 30px !important;
    }

.notificationBar,
.navigation,
.utilities,
.warranty_header span,
.warranty_header span,
.CustomerName:after,
.Manufacturer:after,
.customer_columnLastName:after,
.customer_columnFirstName:after,
.customer_columnCompanyName:after,
.fR,
.fC,
.searchBox
{
    display: none;
}