/**
	ASFONZ
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Verdana, Lucida, sans-serif; 
}

.typography {
	font-size:11px;
}

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

.typography blockquote {
	margin-left: 20px;
}	

/* LINKS */
.typography a { 
 	text-decoration: underline; 
	color: #015b97;
}
.typography a:hover { 
 	text-decoration: none;
}

/* 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: 18px;
	color: #666;
}

.typography li {
	margin: 5px;
	line-height: 18px;
	color: #414141;
	font-size: 11px;
}

.typography ul li{
	list-style: square;	
}

/* HEADER STYLES */

.typography h1 {
	font-size: 30px;
	margin-bottom: 12px;
}
.typography h2 { 
	font-size: 24px;
	color: #000;
	margin-bottom: 18px;
}	
.typography h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 18px;
}
.typography h4 {
	font-size: 16px;
}
	#home .typography h4 a,
	#News h4 a {
		font-size: 12px;
		text-decoration: underline;
		color: #015b97;
	}
		#home .typography h4 a:hover,
		#News h4 a:hover {
			text-decoration: none;
		}
.typography h5 {
	font-size: 16px;
	margin-bottom: 18px;
}
.typography h6 {
	font-size: 14px;
	margin-bottom: 18px;
}

/* ADRESS STYLES */	
.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;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

	.typography .optionset label.left {
		margin: 0 0 0 0 !important;
	}

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

/* TABLE STYLING */
.typography table {
	margin: 10px;
	font-size: 11px;
	color: #414141;
	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:10px;
}
.typography img.left {
	float:left;
	margin-right:10px;
}

.typography img.leftAlone {
	margin-right:10px;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}