﻿/* CSS Document */
BODY { 
font-family: Arial,Tahoma,sans-serif;
background-color: #8B8C8F; 
} 

.BodyHeader
{	
	height:25px;
background-color: #dcdcde; 
}
.BodyLabel
{
	font-family: arial;
	font-size: 12px;
}
.SerialNumberBox
{
	text-transform:uppercase;
}

.size14 {font-size: 14px}

.sup { 
vertical-align: super;
font-size: 6pt;
} 

.sup2 { 
vertical-align: super;
font-size: 4pt;
} 

h1 {
margin: 0 0 0 0;
font-size: 16px;
font-weight:800;
color: #F44540;
text-transform: uppercase;
}

h2 {
margin: 0 0 0 0;
font-size: 13px;
font-weight:800;
color: #F44540;
text-transform: uppercase;
}

h5 {
margin: 0 0 0 10;
font-size:smaller;
color: #F44540;
}

ul.disc 
{
margin-top: 0;
list-style-type: disc;
font-size: 8pt;
font-weight:100;
color:black;
}

ul.alpha 
{
margin-top: 0;
list-style-type: upper-alpha;
font-size: 8pt;
font-weight:100;
color:black;
}

.subhead1 {
margin: 10 0 0 0;
font-size: 10pt;
font-weight: 600; 
color:black;
}

.subhead2 {
margin: 0 0 0 0; 
font-size: 9pt;
font-weight: 800; 
color: #F44540;
}

.copyright { 
font-size: 11px; 
color:black;
font-style: italic;
}

.class1 A:link { 
font-size: 10pt;
font-weight: 800; 
text-decoration: none; 
color:#F44540;
}
.class1 A:visited { 
font-size: 10pt;
font-weight: 800; 
text-decoration: none; 
color:#A31713;
}
.class1 A:active { 
font-size: 10pt;
font-weight: 800;
text-decoration: none; 
color:#A31713;
}
.class1 A:hover { 
font-size: 10pt; 
font-weight: 800;
text-decoration: none; 
color: #F44540;
}

.class2 A:link {
margin: 0 10px 0 10px; 
font-size: 7pt; 
font-weight: 800;
text-decoration: none; 
color:black;
}
.class2 A:visited {
margin: 0 10px 0 10px; 
font-size: 7pt;
font-weight: 800; 
text-decoration: none; 
color:black;
}
.class2 A:active {
margin: 0 10px 0 10px; 
font-size: 7pt;
font-weight: 800;
text-decoration: none;
color:black;
}
.class2 A:hover {
margin: 0 10px 0 10px; 
font-size: 7pt;
font-weight: 800; 
text-decoration: none; 
color:white;
}
.class3 A:link {
margin: 0 1px 0 1px;
font-size: 7pt; 
font-weight: 800;
text-decoration: none; 
text-transform: uppercase;
color:black;
}
.class3 A:visited {
margin: 0 1px 0 1px; 
font-size: 7pt;
font-weight: 800; 
text-decoration: none;
text-transform: uppercase; 
color:black;
}
.class3 A:active {
margin: 0 1px 0 1px; 
font-size: 7pt;
font-weight: 800;
text-decoration: none;
text-transform: uppercase;
color:black;
}
.class3 A:hover {
margin: 0 1px 0 1px; 
font-size: 7pt;
font-weight: 800; 
text-decoration: underline;
text-transform: uppercase; 
color: black;
}

p {
margin: 0 0 0 0;
font-size: 8pt;
font-weight:100;
color:black;
}

p.p1 {
margin: -20px 10px 0 0;
font-size: 8pt;
font-weight:300;
color: #A31713;
}

p.captions {
margin: 0 0 0 0;
font-size: 6pt;
font-style: italic;
font-weight:100;
color: black;
}

.OfferTableHeader 
{
	font-weight: bold;
	font-size: 12pt;
	vertical-align: baseline;
	color: #000000;
	font-family: Arial;
	background-color: #F44540;
	text-align: center;
	vertical-align: middle;
}

.OfferTableTitle
{
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #A31713 ;
height: 40;

}
.OffersTablestd
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: transparent;
	
}


.OfferTablesMainTable
{
border-left: dashed 2px black;
border-right: dashed 2px black;
border-top: dashed 2px black;
border-bottom: dashed 2px black;

}
.OfferTableOfferText
{
   color: black;
    font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

