.typography p {
	font-size: 125%;
	line-height: 1.6;
	color: #333;
}

.typography .smaller {
	font-size: 80%;
}

.typography .bigger {
	font-size: 150%;
}

/* links */
.typography a {
	color: #b80d09;
}
.typography a:hover {
	color: #30a634;
	color: #F31412;
	color: #B8AA09;
}
/* headers */
.typography h1,
.typography h2,
.typography h3 {
	/*font: bold 1em 'Trebuchet MS', Arial, Sans-serif;*/
	font: bold 1em Georgia, serif;
	color: #6297BC;
	color: #555;
}
.typography h1 {
	font-size: 1.5em;
}
.typography h2 {
	font-size: 1.5em;
}
.typography h3 { font-size: 1.3em; }

.typography p,
.typography h1,
.typography h2,
.typography h3 { margin: 0 0 10px 0; }

.typography h4 {
	font-size: 110%;
}

.typography ul,
.typography ol {
	margin: 10px 15px;
	padding: 0 15px;
}
.typography ul span,
.typography ol span { color: #666666; }
/* menu tabs */
.typography #header a {
	float:left;
	background: url(../images/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(../images/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 .section a {
	background-position:0% -42px;
	color: #FFF;
}
.typography #header .section a span {
	background-position:100% -42px;
	color: #FFF;
}
