/* GENERIC STYLES 
-------------------------------------------- */
body{
	margin: 0;
	padding: 0;
}
.typography {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
	line-height: 18px;
	margin: 0 0 18px 0;
}

/* English Text
-------------------------------------------- */
.typography *.english {
	font-style: italic !important;
	color:#999 !important;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	font-style: italic;
}	
/* LINKS 
-------------------------------------------- */

.typography a { 
 	text-decoration: none; 
	color: #e39e25;
}
.typography a.above { 
	font-style: italic;
}
.typography a:hover.above { 
	text-decoration: none;
}
.typography a.content { 
	color: #333;
}
	.typography a:hover { 
 		text-decoration: underline;
	}

	/*LINK ICONS - shows type of file
	------------------------------------ */
	.typography a.back {
		padding: 2px 0 2px 38px;
		background: url(../images/icons/backlink.gif) no-repeat 13px center;
		clear: both;
	}
	
	.typography a.small {
		font-size:10px;
		color: #333;
	}
	
	
	 .typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf,
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc,
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls,
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive,
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application,
	.typography a.ext  {
	padding: 2px;
	padding-left: 25px;
	color: #333;
	background: url(../images/icons/pdf_doc_ext_link.gif) no-repeat left center;
}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin: 0 0 18px 24px;
}
	.typography li {
		margin: 5px 10px;
		font-size: 11px;
	}
		.typography li li {
			font-size: 10px;
		}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

.typography h1 {
	font-size: 22px;
	line-height: 1.2;
}
.typography h2 { 
 	font-size: 20px; 
	line-height: 1.2;
}	
.typography h3 {
	font-size: 18px;
}
.typography h4 {
	font-size: 16px;
}
.typography h5 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
}
.typography h6 {
	font-size: 14px;
	line-height: 1.1;
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family: "Courier New",Courier;
	display: block;
	font-size: 14px;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	border:none;
}
	.typography tr {}
	
		.typography td {
			border:none;
			padding:3px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 20px;
	}
	
	.typography .captionImage {
		padding: 5px;
	}
	
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
	}
	.typography div.image.leftAlone,
	.typography div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography div.image.center,
	.typography div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.typography .caption {
		font-weight: bold;
		text-align: center;
	}
