/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Arial, Verdana, sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:10px;
	padding-left:4px;
}
.productListLink a{color:#000;text-decoration:none;font-size:7pt;}
.sIFR-alternate{display:none;}
/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		/* list-style-type:disc;*/
		}
		.typography ol li {
			list-style-type:decimal;
    }
.typography .pressReleaseLink a{font-size:7pt;color:#767676;font-weight:bold;text-decoration:none;}
.typography .red {color:#B32D34;}
/* HEADER STYLES */
h2{	line-height:12px;
	vertical-align:middle;
	font-size:12px;
	/*padding:3px 6px;*/
	font-family: Times New Roman;
	color:#fff;
	/*background-image:url(../images/bg.gif);
	background-repeat:repeat-x;*/
	font-weight:bold;
	letter-spacing:0.5px;
	margin-bottom:10px;
	display:inline;
	z-index:99;
	}
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	line-height:12px;
	vertical-align:middle;
	font-size:12px;
	/*padding:3px 6px;*/
	font-family: Times New Roman;
	color:#fff;
	/*background-image:url(../images/bg.gif);
	background-repeat:repeat-x;*/
	font-weight:bold;
	letter-spacing:0.5px;
	margin-bottom:10px;
	display:inline;
	z-index:99;
	
}
.heading{
	line-height:10px;
	vertical-align:middle;
	font-size:10px;
	padding:1px;
	font-family: Times New Roman;
	color:#fff;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	margin-bottom:10px;
}
.typography h1,
.typography h4 {
	
}
/* LINK STYLES */
.typography a {
	color:#0083C8;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}