/*=======================
Typography style
========================*/
/* SPECIAL CONTENT: All dotted selectors show up in the editor styles listing.
-----------------------------------------------------------------*/
.extern-link { /* external link */
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 12px;
}

.word-doc-link { /* word doc link */
	background: url(../images/doc.png) no-repeat right top;
	padding-right: 18px;
}

.pdf-link { /* pdf document link */
	background: url(../images/pdf.gif) no-repeat right top;
	padding-right: 18px;
}
.mp3-link { /* mp3 document link */
	background: url(../images/mp3.png) no-repeat right top;
	padding-right: 18px;
}
.mp4-link { /* mp3 document link */
	background: url(../images/mp4.png) no-repeat right top;
	padding-right: 18px;
}

