﻿A{
	text-decoration: none;
	color:#666666;
}
A .footer
{
	color:#666666;
	font-weight: bold; 
	text-decoration: underline;
}
A:hover .footer
{
	color:#666666;
	font-weight: bold; 
	text-decoration: underline;
}
A:visited .footer
{
	color:#666666;
	font-weight: bold; 
	text-decoration: underline;
}

BODY{
	margin: 0 0 0 0;
}
BODY,TD,SELECT{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 16px;	
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #eeeeee;
	scrollbar-face-color: #e3e2e2;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-3dlight-color: #dcdcdc;
	scrollbar-darkshadow-color: #808080;
	scrollbar-shadow-color: #dcdcdc;
}
HR
{
    height: 1px;
    color: #9f0000;
}
SUP
{
    font-size: 9px;
}
SUB
{
	color: dimgray;
}
TD .bottomBorderRed
{
	 border-bottom-width: 2px;
	 border-bottom-color: #E32312;
	 border-bottom-style: solid;
}
TD .bottomBorderRedThin
{
	 border-bottom-width: 1px;
	 border-bottom-color: #E32312;
	 border-bottom-style: solid;
}
TD .ProductPurchase
{
	 border-bottom-width: 3px;
	 border-bottom-color: Gold;
	 border-bottom-style: solid;
	 background: #cc0000;
	 color: White;
	 font-weight:bolder;	 
	 padding-bottom: 2px;
	 padding-left: 5px;
	 line-height:12px;
}
UL, LI{
	padding-right:12px;
	list-style-image: url(../assets/images/bullet.gif)
}



.labelingborder
{
     border: solid 2px gold;        
}
.labelingdocument
{
    color: #9f9d9f;
}
.subtitle
{
	font-size: 12px;
	font-weight: bolder;
	color: #cc0000;
	text-decoration: none;
    padding-bottom: 3px;
}
.subtitleLabeling
{
	font-size: 11px;
	font-weight: normal;
	color: #cc0000;
	text-decoration: none;
	font-style: italic;
    padding-bottom: 2px;
}
.subtitleLabelingBold
{
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	font-style: italic;
    padding-bottom: 2px;
}
.subtitleLabelingBoldLarge
{
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	font-style: italic;
    padding-bottom: 2px;
}
.subtitleLabelingBoldNoItalics
{
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
    padding-bottom: 2px;
}
.text{
	font-size: 12px;
}
.textFooter{
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	letter-spacing: -1px;
}
.textBoldSmallGray{
	font-weight: bold;
	font-size: 10px;
}
.textBoldGray{
	font-weight: bold;
	font-size: 11px;
}

.PfizerDay1Footer {
    margin-top:10px;
    color:#D31145
}
.PfizerDay1Footer a {
    color:#D31145; 
    text-decoration:underline;
}