/*common*/
BODY {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18x;
	line-height: 20px;
	padding: 30px 30px 5px 40px;
}
p {
	text-align: left;
	text-justify: inter-ideograph;
	margin-top: 0px;
	margin-bottom: 8px;
}
img {
	border: 0;
}
img.icon {
	width:42px;
	height:42px;
}
img.iconSmall {
	width:28px;
	height:28px;
}
img.iconSmallest {
	width:21px;
	height:21px;
}
ol,
ul {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 15px;
	padding-left: 5px;
}
ol li {
	list-style: decimal;
	margin-top: 6px;
}
ul li {
	list-style: disc;
}
ol p,
ul p,
li p {
	margin-bottom: 6pt;
	line-height: 125%;
}
ol.alphaList li {
	list-style: lower-alpha;
}
table{
	font-size: 16px;
	line-height: 20px;
	width: 98%;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
	border-style: solid;
	border-color: #444444;
}

table tr td p {
	margin: 0px;
}

/*Main-Character Styles*/
span.CoverTitle {
	font-size: 16pt;
	font-weight: bold;
}
span.HeaderProductTitle {
	font-size: 13px;
	margin-left: 3px;
	color: #252527;
}
span.Emphasis {
	font-weight: bold;
	color: #00AEEF;	
}
span.Note {
	font-weight: bold;
}
span.Caution {
	font-weight: bold;
	color: #810A0C;
}
/*Main-Paragraph Styles*/
h1 {	
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 15px;	
	font-weight: bold;	
	color: #A4A3A4;
	vertical-align:text-top;		
	text-transform: uppercase;
	line-height: 30px;
    border-bottom: 1px #c2c2c2 solid;
	
}
h2 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px #c2c2c2 solid;
	margin-top: 2px;
	margin-bottom: 20px;
	padding: 3px 0px 22px 0px;
	color: #282828;	
	line-height: 30px;
}
h3 {
	font-size: 22px;	
	font-weight: bold;	
	line-height: 26px;
}
p.SectionTitle {
	font-size: 11pt;
	font-weight: bold;
}
p.StepTitle {
	margin-left: 15px;
	font-size: 10pt;
	font-weight: bold;
}
p.StepBody {
	margin-left: 15px;
}
p.StepBody2 {
	margin-left: 30px;
}
p.StepBody3 {
	margin-left: 45px;
}
p.Note {
	font-weight: bold;
	margin: 15px 0em;
}
p.Note2 {
	font-weight: bold;
	margin: 15px 15px;
}
p.Note3 {
	font-weight: bold;
	margin: 15px 30px;
}
p.Caution {
	font-weight: bold;
	color: #810A0C;
}
p.ImageCaption {
	text-align: center;
	font-size: 8pt;
}
p.OptionGroup {
	font-size: 11pt;
	font-weight: bold;
}
p.glossaryTerm {
	font-weight: bold;
	color: #00AEEF;
	margin-top:15px;
	font-size: 15pt;
}
p.glossaryLetter {
	margin-left: 15px;
	font-size: 18pt;
	font-weight: bold;
	color: #A4A3A4;
}
a:visited {
	color: #002060;
	text-decoration: none;		
}
a:link {
	color: #002060;	
	text-decoration: none;
	opacity: .8;
}
a:hover {	
	opacity: 1;  
}
/*Table*/
table.transparencyTable {
	border-bottom: 2px #dddddd solid;
	border-top: 2px #dddddd solid;
	width: 100%;	
}
table.transparencyTable tr td {
	border: none;
	padding: 10px;
	
}

table.listTable {
	border: none;
	width:100%;	
	x-1st-row: 1;
	x-1st-row-name: t1st;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
}
table.listTable tr td {
	border: none;
}
table.listTable tr.t1st td {
	border: none;
	background-color: #707070;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 20px;
}
table.listTable tr.t1Row td {
	border: none;
	background-color: #F2F2F2;	
	font-size: 12px;
	line-height: 20px;
	padding: 10px 20px;
	border-bottom: 1px #dddddd solid;
}
table.listTable tr.t2Row td {
	border: none;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 20px;	
	border-bottom: 1px #dddddd solid;
}
table.listTable tr.t3Row td {
	border: none;
	background-color: #F2F2F2;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 20px;
}
table.supportedTable {
	border: none;
	background-color: #F2F2F2;
	width: 450px;	
	padding: 10px;
}

ol.StepBody,
ul.StepBody {
	margin-left: 30px;
}
table.footerTable {
	x-border-spacing: 0px;
	font-size: 9px;
	border: none;
}
span.pageNumbering {
	color: #a0a0a0;
	font-weight: bold;
}
span.Caution {
}
table.listTableNoHeader tr td {
	border: none;
}
table.listTableNoHeader tr.t1st td {
}
table.listTableNoHeader tr.t2Row td {
	border: none;
	background-color: #F2F2F2;
}
table.listTableNoHeader {
	border: none;
	width: 600px;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 2;
	x-row-pat-2: 1;
	x-row-pat-2-name: t2Row;
	text-align: left;
	x-col-pat-1: 1;
	x-col-pat-1-name: t1Col;
	x-col-pat-count: 2;
	x-col-pat-2: 1;
	x-col-pat-2-name: t2Col;
}
table.listTableNoHeader td.t1Col p {
	text-align: center;
}
table.listTableNoHeader td.t1Col {
	text-align: Center;
}
