/**
* Headlines
*/
.typography h1,	 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
	font-size:				14px;
	font-weight:			bold;
	margin-bottom:			10px;
}

/**
* Paragraph
**/
.typography p {
	margin-bottom:			10px;
}

/**
* Links
*/
.typography a {
	text-decoration:		underline;
	color:					#666;
}
.typography a img {
	border:					none !important;
}

.typography a.pdf_link {
	text-decoration:		underline;
	color:					#666;
	background-image:		url(../images/pdf_link.gif);
	background-repeat:		no-repeat;
	padding:				3px 0 3px 28px;
}

.typography a:hover {
	font-weight:			normal;
}

/**
* Image alignment
*/
.typography img.right {
	float:				right;
	padding:			0px 0px 10px 10px;
}

.typography img.left {
	float:				left;
	padding:			0px 10px 10px 0px;
}

.typography img.leftAlone {
	display:			block;
	margin:				0px 0px 20px 0px;
}

.typography img.center {
	float:				none;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		20px;
	display:			block;
}

.typography a[href$=".pdf"], .typography a[href$=".PDF"] {
	display: inline-block;
	background-color: transparent;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-left: 20px;

}

/**
* Other alignments used in the wysiwyg editor
*/
.typography .left {
	text-align:			left;
}
.typography .center {
	text-align:			center;
}
.typography .right {
	text-align:			right;
}

/**
* Lists
*/
.typography  ul, .typography ol {
	margin:				20px;
}

.typography ul li, .typography ol li {
	margin:				0px 10px;
}