/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,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:#000;
	line-height:1.3em;
	font-size:1.2em;
}
.typography p {
	margin-bottom:20px;
}
.mceContentBody,
.mceEditor {
	background:#fff !important;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:20px;
	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,
.typography h5 {
	margin-bottom:1px;
}
	.typography h1 {
		font-size:2em;
	}
		h2.pageTitle {
			color:#fff;
			font-size:1.4em;
			line-height:1.4em;
			margin-bottom:10px;
			height:21px;
			padding-left:10px;
			background:url(../images/h1type_bg.gif) no-repeat top left;
		}
			h2.pageTitle a {
				color:#fff;
				text-decoration:none;
			}
				h2.pageTitle a:hover {
					text-decoration:underline;
				}
		h3.process {
			letter-spacing:0.1em;
			border:1px solid #ddd;
			color:#666;
			padding-left:0.8em;
			margin-bottom:1em;
		}
		h3.process span {
			color:#000;
		}
			h3.process span.current {
				border:1px solid #ccc;
				background:#fafafa;
				padding:5px;
			}
			h3.process a {
				color:#801D28;
				text-decoration:underline;
			}
				h3.process a:hover {
					text-decoration:none;
					color:#d8001d;
				}
	.typography h2 {
		font-size:1.8em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4,
	.typography h5 {
		margin-bottom:1em;
	}
		.typography h4 {
			font-size:1.4em;
			color:green;
		}
		.typography h5 {
			font-size:1.4em;
			color:red;
		}

/* LINK STYLES */
.typography a {
	font-size:1em;
	color:#801D28;
	text-decoration:underline;
}
	.typography a:hover {
		color:#d8001d;
		text-decoration:none;
	}	
	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* GENERIC SYSTEM GENERATED FORM STYLES */
.typography form {
	width:90%;
	padding:10px;
	background:#FDFDFD;
	border:1px solid #d7f3f8;
}
	.typography fieldset {
		border:0;
	}
		.typography div {
			margin-bottom:10px;
		}
		.typography label.left {
			float:left;
			font-size:1.2em;
			line-height:1.8em;
			width:10em;
			font-weight:bold;
		}
		.typography input.text {
			width:50%;
			font-size:1.2em;
			padding:3px;
		}

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