/* links */
.typography a {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
}
.typography a:hover {
	color: #666666;
	background-color: inherit;
}
/* headers .typography h3 {
	font: bold 0.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #000;
}*/
.typography p {
	font-size: 12px;
	color: #1d1714;
	font-weight: normal;
}
.typography td {
	font-size: 12px;
	color: #1d1714;
	font-weight: normal;

}
.typography h1,
.typography h2,


.typography h1 {
	font-size: 16px;
	color: #1d1714;
}
.typography h2 {
	font-size: 15px;
}
.typography h3 { font-size: 16px; }
.typography h4 {
	font-size: 14px;
	color: #1d1714;
}
.typography p,
.typography h1,
.typography h2,
.typography h3 { margin: 0 px 15px; }
.typography ul,
.typography ol {
	font-size: 13px;
	text-decoration:none;
	color: #1d1714;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 30px;
	
}
.typography li{

	font-weight: bold;
	text-decoration:none;
	color: #1d1714;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1d1714;
	list-style-type: none;
	line-height: 20px;
	margin-left: 0px;
	margin-top: 10px;
}



.typography ul span,
.typography ol span {  color: #666666;}
/* menu tabs */
.typography #header a {
	float:left;
	margin:0px;
	padding:0 0 0 0px;
	text-decoration:none;
	color: #1d1714;
}
.typography #header a span {
	float:left;
	color: #1d1714;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	height: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1d1714;
}
.typography #header li:first-child a span{
	color: #1d1714;
	padding-right: 10px;
	padding-left: 10px;
	border-width: 0px;
	vertical-align: top;
	height: 4px;
}

.typography #header div:first-child a span{
	color: #1d1714;
	padding-right: 10px;
	padding-left: 10px;
	border-width: 0px;
	vertical-align: top;
	height: 4px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.typography #header a span { float:none; }
/* End IE5-Mac hack */
.typography #header a:hover span { color:#666666; }
.typography #header a:hover { background-position:0% -42px; }
.typography #header a:hover span { background-position:100% -42px; }
.typography #header #current a {
	background-position:0% -42px;
	color: #FFF;
}
.typography #header #current a span {
	background-position:100% -42px;
	color: #FFF;
}
