/* links */
.typography a {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
.typography a:hover {
	color: #9EC068;
	background-color: inherit;
}
/* headers */
.typography h1,
.typography h2,
.typography h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}
.typography h1 {
	font-size: 1.5em;
	color: #6297BC;
}
.typography h2 {
	font-size: 1.4em;
	text-transform:uppercase;
}
.typography h3 { font-size: 1.3em; }
.typography p,
.typography h1,
.typography h2,
.typography h3 { margin: 10px 15px; }
.typography ul,
.typography ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
.typography ul span,
.typography ol span { color: #666666; }
/* menu tabs */
.typography #header a {
	float:left;
	background: url(tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
.typography #header a span {
	float:left;
	display:block;
	background: url(tabright.gif) no-repeat right top;
	padding:6px 15px 3px 8px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.typography #header a span { float:none; }
/* End IE5-Mac hack */
.typography #header a:hover span { color:#FFF; }
.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;
}
