/**
 * 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 {
	height:9px;
	margin-bottom:0;
	border:0;
	background:url(../images/hr.gif) center left repeat-x;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:13px;
}
.typography p {
	margin-bottom:20px;
}


/** 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;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	font-family:"Trebuchet MS", Arial; /*"Myriad Pro", */
	margin-bottom:15px;
	color:#222222;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
	.typography h1 {
		font-size:1.3em;
		text-transform:uppercase;
	}
	.typography h2 {
		font-size:1.2em;
		font-weight:normal;
	}
	.typography h3 {
		font-size:1.1em;
		font-weight:bold;
	}
	.typography h4 {
		font-size:1em;
	}

/* LINK STYLES */
.typography a {
	color:#0083C8;
  font-size:1em;
  text-decoration:none;
}
	.typography a:hover {
		text-decoration:underline;
	}
	
	
.typography table {
	font-size:13px;
}
	.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;
}
.typography .vmargin4 {
	display:block;
	margin-top:4px;
	margin-bottom:4px;
}
.typography .size10 {
	display:block;
	font-size:10px;
	line-height:10px;
}
.typography .btnlink {
	font-family:"Trebuchet MS", Arial;
	font-size:10px;
	font-weight:bold;
	color:#222;
	background:#c9c7c7;
	display:block;
	padding:4px 0;
	text-align:center;
}
.typography input.btnlink {
	font-family:"Trebuchet MS", Arial;
	font-size:10px;
	font-weight:bold;
	color:#222;
	background:#c9c7c7;
	display:block;
	padding:4px 0;
	text-align:center;
	width:100%;
	border:0;
	cursor:pointer;
}
.typography a.btnlink:hover,
.typography input.btnlink:hover {
	color:#fff;
	background:#002f48;
}
.typography .price {
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	font-weight:normal;
	display:block;
	text-align:right;
}
.typography .title {
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
}