/* GENERIC STYLES */ 
.typography * {
	color:#000099;
}

/* PARAGRAPHS */
.typography p { 
 	line-height:130%;
	color:#009;
	text-align:justify;
	font-size:85%;
	width: 95%;
}

.typography blockquote {
	background:#f0f0f0;
	padding:15px;
}	

/* LINKS */
.typography a{
	font-weight: bold;
	font-style: line;
	text-decoration: underline; 
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 0 5px 0;
	font-size: 115%;
}

.typography li {
	line-height:130%;
	color:#000099;
	text-align:justify;
	font-size:75%;
	width: 95%;
	list-style-image: url(../images/bullet.gif)
}

/* HEADER STYLES */

.typography h2{
	font-size:125%;
	text-transform: uppercase;
	color: #000073;
}

.typography h3{
	font-size:1.1em;
	font-weight:400;
	margin:0 0 5px;
	padding:0;
}

.typography h4{
	font-size:1em;
	font-weight:bold;
	color:#666;
	margin:10px 0 0 0;
	padding:0;
	border-bottom: 1px #999 solid;
}

.typography h5	{
	font-size:1.0em;
	font-weight:bold;
	margin:0;
	padding:2px 0;
	line-height: 1em;
	color: #333;
	text-transform: capitalize;
}

.typography h6 {
	font-size:0.85em;
	font-weight:normal;
	margin:0;
	padding:2px 0;
	line-height: 1em;
}
.redtext	{
	font-size:1.0em;
	font-weight:bold;
	margin:0;
	padding:2px 0;
	line-height: 1em;
	color: #FF0000;
	text-transform: capitalize;
}
/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	border-collapse:collapse;
}
	.typography td {
		border:0px solid #999;
		padding:5px;
	}

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

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

/* 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;
}
/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography div.image.right,
	.typography div.captionImage.right {
		float: right;
		margin-left: 10px;
		padding-right: 35px;
	}
	
	.typography .captionImage {
		font-size: 60%;
		font-style: italic;
		color:#000099;
	}
	
	.typography .left {
		float: left;
		padding-right: 10px;
	}
		.typography .right {
		float: right;
		margin-left: 10px;
		padding-right: 35px;
	}
	.typography div.image.left,
	.typography div.captionImage.left {
		float: left;
		padding-right: 10px;
	}
	.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-style: italic;
		text-align: right;
		color: #000099;
		font-size: 60%;
		padding-right: 35px;
	}
.typography .faqsgoback {
		font-weight: bold;
		text-align: center;
		color: #666;
	}
/* FAQs styles */
.faqsTitle{
	font-size:0.6em;
	font-weight:bold;
	color:#666;
	margin:10px 0 0 0;
	padding:0;
	border-bottom: 1px #999 solid;
}
		