/** FONTS **/

@font-face {
	font-family: 'Memphis Bold';
	src: url('../fonts/memphis/13426A_0.eot');
	src: url('../fonts/memphis/13426A_0.eot?#iefix') format('embedded-opentype'),url('../fonts/memphis/13426A_0.woff') format('woff'),url('../fonts/memphis/13426A_0.ttf') format('truetype'),url('../fonts/memphis/13426A_0.svg#wf') format('svg');}

/* GENERIC STYLES */ 
.typography * {
	font-family: Arial,Verdana, Lucida, sans-serif;
}

.typography{
	font-size:14px;
	color:#867565;
}

/* PARAGRAPHS */
.typography p{
	
	font-weight:normal;
}
.typography .smaller p {
	font-size:0.9em;
	margin:0 5px 14px 0;
}
.typography span.smallest {
	font-size:9px;
	margin:0 0 7px;
}
.typography .question {
	padding-top:5px;
}
.typography .smaller strong {
	font-size:12px;
	height:120%;
}

.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #3E91C4;
}
.typography a:hover { 
 	text-decoration: underline;
}

/* ICONS */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.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 {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

/* LIST STYLES */
.typography ul, 
.typography ol{
	margin:20px;
	padding:0;
}

.typography li{
	color:#59524b;
	margin: 5px 20px;
}

/* HEADER STYLES */
.typography h1.pagetitle{
	font-size:60px;
	line-height:0.78em;
}

.typography h1,
.typography h2,
.typography h2 a{ 
	color: #857464;
	font-family:"Memphis Bold", 'ChunkFiveRegular',Rockwell, Georgia, serif;
	font-weight:100;
	margin-bottom:0.5em;
	text-transform: uppercase;
}
.typography h1 {
	font-size: 60px;
}
.typography h2 { 
	font-size:29pt;
	line-height:0.9em;
}
	
.typography h3 {
	color:#222222;
	font-size:1.4em;
	font-weight:300;
	padding:6px 0 0;
}
.typography h4 {
	color:#673633;
	font-family:"Courier New",Courier,monospace;
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding:26px 0 0 0;
	margin:0;
}
.typography h5 {
	color:#999999;
	font-size:1em;
	font-weight:bold;
}
.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
}
.typography address{
	margin-left: 100px;
	font-style: normal;
}

/* Content tables */

.typography table{
	border-collapse:collapse;
	margin-bottom:0.8em;
	
}
	.typography table th{
		font-weight:bold;
	}
	.typography table td{
		border:1px solid #ddd;
		padding:0.5em;
	}

/** Main content size **/

.typography p{
	font-size:18px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left{
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right,
.typography div.right{
	margin-left:5px;
	margin-bottom:5px;
	float:right;
}
.typography img.left,
.typography div.left {
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}
.typography img.leftAlone {
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.typography .captionImage .caption{
	text-align:center;
	margin:0 !important;
}

.typography th b ,
.typography table td,
.typography table td b,
.typography table td strong{
	color:#663333;
}
.typography dl{
	margin: 0;
	font-size:13px;
}
.typography dd{
	margin: 0;
}
.typography dt{
	margin: 0;
}
.typography h5 {
	font-size:12px;
	font-weight:bold;
	margin:0;
}

p#FundNote {
	font-size:11px;
	position:absolute;
	width:260px;
	font-family:"Courier New",Courier,monospace;
	color:#663333;
}
body .tactypo {
	margin: 0;
	padding: 0;
}

.typography .smaller tr p{
	margin: 0;
}
