/**

 * This typography file is included in the WYSIWYG editor

 */

.typography * {
	font-family:Arial, Helvetica, sans-serif;
}

	.typography h1 {
		clear:both;
		margin: 0 0 10px;
		color:#73091d;
		text-transform:uppercase;
		text-align:center;
		font-size:20px;
		font-weight:bold;
	}
	
	.typography h2 {
		clear:both;
		margin: 15px 0 5px;
		color:#73091d;
		font-size:16px;
		font-weight:bold;
		font-style:italic;
	}
	
	.typography h3 {
		clear:both;
		margin: 15px 0 3px;
		color:#0c304d;
		text-transform:uppercase;
		font-size:14px;
		font-weight:bold;
	}
	
	.typography h4  {
		clear:both;
		color:#0c304d;
		font-size:13px;
		font-weight:bold;
		font-style:italic;
	}
	
	.typography h5, .typography h6 {
		clear:both;
		color:#0c304d;
		font-size:13px;
		font-weight:normal;
		font-style:italic;
	}
	
	.typography p {
		color:#0c304d;
		font-size:13px;
		margin-bottom:8px;
	}
	
	.typography address {
		margin-bottom:8px;
		color:#0c304d;
		text-align:center;
		font-size:13px;
		font-weight:bold;
		font-style:normal;
	}
	
	.typography a {
		color:#73091d;
		text-decoration:underline;
	}
	
		.typography a:hover {
			color:#0c304d;
			background:#c3d1f1;
			text-decoration:none;
		}
		
	.typography ul, .typography ol {
		padding: 0 8px 4px 36px;
	}
	
		.typography ul li, .typography ol li {
			color:#0c304d;
			font-size:13px;
			margin-bottom:4px;
		}
	
	.typography blockquote {
		margin: 15px auto;
		padding: 12px 12px 12px 34px;
		width:75%;
		font-size:13px;
		font-style:italic;
		color:#0c304d;
		background: url(../images/blockquote-bg.gif) 8px 15px no-repeat #dfe5ff;
	}
	
.typography img.left, .typography .left img {
	float:left;
	margin: 5px 10px 10px 0;
}

.typography img.leftAlone, .typography .leftAlone img {
	float:left;
	margin: 5px 577px 10px 0;
}

.typography img.center, .typography .center img {
	display:block;
	clear:both;
	margin: 5px auto 10px;
}

.typography img.right, .typography .right img {
	float:right;
	margin: 5px 0 10px 10px;
}

.typography table {
	margin: 0 auto 12px;
	color:#0c304d;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #0c304d;
}

	.typography table caption {
		margin: 12px 12px 4px;
		padding: 0;
		color:#73091d;
		font-size:13px;
		font-weight:bold;
		text-transform:uppercase;
	}

	.typography table th {
		background:#dfe5ff;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #0c304d;
		padding:5px;
		font-size:13px;
		font-weight:bold;
	}

	.typography table td {
		padding:5px;
		border-width: 1px 1px 0 0;
		border-style: solid;
		border-color: #0c304d;
		font-size:13px;
		font-weight:normal;
	}


