
.typography p { 
 	line-height: 1.5em;
 	font-size: 1.1em;
	margin-bottom:1.75em;
}


.typography a {
	text-decoration:none;
	color:#095cac;
}
.typography a:hover {
	text-decoration:none;
	color:#ff9900;
}
.typography #menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
}
.typography #menu li a:hover { 
	background:url(../images/bg-menu-hover.png) no-repeat center center;
	color:#fffffff;	
	}
.typography #sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
}
.typography #sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
}
.typography #footer-valid a {
	color:#ffffff;
	text-decoration:none;
}
.typography #footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.typography h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
}
.typography a.feed-button {
	display:block;
	width:100px;
	height:25px;
	background:url("../images/button-feed.png") 0 0 no-repeat;
	text-decoration: none;
}
.typography a:hover.feed-button { background-position:0 -25px; }



/* 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;
}


