@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: small;
	color: #000;
}
.Style1 {
	font-size: small;
	color: #000;
}
.Style1d {
	font-style:italic;
	font-size: small;
	color: #000;
}
.Style2 {
	font-size: small;
	color: #FFF;
	font-weight: bold;
}
a {
text-decoration:underline;
}
table tbody tr.dark {
    background-color: #DDD;
	border-color: #666;
}
table tbody tr.light {
    background-color: #FFF;
}
table tbody tr.negativeRow {
    background-color: #FFFF00;
}
table tbody tr.showHover:hover {
    background-color: #FDFFD9;
}
table tbody tr.usaTech {
    background-color: #090;
}
table tbody tr.usaTechCheck {
    background-color: #F00;
}
table tbody tr.hybrid {
    background-color: #F60;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
form {
display: inline;
}
span {
display: inline;
}
.replace {
display:none;
}
a:hover {
	color: #666;
	cursor: pointer;
}


.standard{
	 
	 display: inline-block;
	 width: 4.25in;
	 vertical-align:top;
}

.justPrint{
	display:none;
	
}


.sendButton {
    border-radius: 5px;
    padding: 20px 0px 20px 0px;
	width: 95vw;
	max-width: 340px;
    height: auto;
	cursor: pointer;
	color: white;
}



@media print
{
   table.dontBreak
   {
        page-break-inside: avoid;
   }
   td.dontBreak
   {
	   border: solid 1px #000;
   }
   
   .dontPrint
   {
	   display: none;
   }
   
   .justPrint
   {
	   display: inherit;
   }
}
