.typography {
	font:normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.typography img {border:none; margin:5px;}
.typography img.button {margin:0px;}
.typography .left {float:left;}
.typography .right {float:right;}
.typography .clear {clear:both;}
.typography .center {text-align:center; margin:auto;}
.typography .textleft {text-align:left;}
.typography .textright {text-align:right;}
.typography .textcenter {text-align:center;}


.typography h1 {
	margin: 0;
	padding: 0;
	font:bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.typography h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #208A06;
	font:bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.1em;
}
.typography h3 {
	margin: 0;
	padding: 0px;
	font:oblique 1.0em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #208A06;
}
.typography p {
	margin:7px 1px;
	line-height:1.3em;
	font:normal 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.typography ul, .typography ol {
	list-style-position:inside;
	margin:9px 19px;
}
.typography li {
	line-height:1.3em;
}
.typography blockquote {
	margin:3px 10px 3px 27px;
	border-top:#777 1px solid;
	border-bottom:#777 1px solid;
}
.typography a:link, .typography a:visited {
	color: #208A06;
	text-decoration:underline;
}
.typography a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.typography .date {
	text-align: right;
	color: #208A06;
	font-size: 11px;
}
.typography .date2 {
	float: left;
	width: 81px;
	height: 93px;
	padding-top: 5px;
	background: url(../images/date.gif) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.typography .date a { color: #208A06; }
.typography .date2 b {
	display: block;
	margin-top: 5px;
	font-size: 40px;
	color: #9BB164;
}
.typography .buttons-top {
	clear: both;
	margin:7px 0px 7px 7px !important; /* Non IE6*/
	margin:7px 3px 7px 7px;
	padding:0px;
	text-align:right;
}
.typography .buttons-top a {
		margin:0px 0px 0px 10px;
	}
.typography .buttons-right {
	width:135px;
	float:right;
	margin:-5px 5px 0px 5px !important; /* Non IE6*/
	margin:-5px 0px 0px 5px;
	text-align:right;
}
	.typography .buttons-right a {
		display:block;
		margin:5px 0px 0px 0px;
	}

