/* Link styles */
.typography a {
	text-decoration: none;
	color:#fd7f00;
}
.typography a img {
	border: 0px;
}

/* Headings and content styles */
.typography h1,
.typography h2,
.typography h3,
.typography p,
.typography table {
	margin: 0 0 1em 0;
}

.typography h1 {
	font-size: 130%;
	width: 100%;
	color: #fd7f00;
	font-weight: normal;
}

.typography h2 {
	font-size: 100%;
	color: #3c3c3c;
}

.typography h3 {
	font-size: 80%;
	margin-bottom: 0.25em;
	color: #3c3c3c;
}

.typography p,
.typography table {
	color: #666;
	font-size: 80%;
	line-height: 1.5em;
}

.typography pre {
	color: #3c3c3c;
	font-size: 85%;
	line-height: 1.5em;
}


.typography ul,
.typography ol {
	color: #666;
	font-size: 80%;
	line-height: 1.2em;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

.typography li {
	padding: 0 0 0.5em 20px;
	background: url(../images/bullet.png) no-repeat 0 1px;
}

.typography ul.nobullet {
	list-style: none;
	margin: 0 0 1em 0;
}

.typography td {
	vertical-align: top;
	padding: 0 0 10px 0;
}

.typography hr {
	height: 1px;
	color: #fd7f00;
	background: #fd7f00;
	border: 0px;
	border-bottom: 1px solid #fd7f00;
	margin: 0 15px 1em 0;
}

/* Specific Framework Styles */
.typography .FloatLeft {
	float: left;
}
.typography .FloatRight {
	float: right;
}
.typography .NoPadding {
	padding: 0 !important;
}
.typography .NoMargin {
	margin: 0 !important;
}
.typography .PadTop {
	padding-top: 1em;
}
.typography .PadBot {
	padding-bottom: 1em;
}
.typography .PadRight {
	padding-right: 1em;
}
.typography .PadLeft {
	padding-left: 1em;
}
.typography .clear {
	clear: both;
	height: 1px;
}
