.typography a:link { color: #A5A9B2; }
.typography a:hover {
	text-decoration: none;
	color: #FF0000;
}
.typography a:visited { color: #A5A9B2; }
.typography #logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
.typography #logo H2 a { font-size: 12px; }
.typography #menu a {
	float: left;
	width: 139px;
	height: 32px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
}
.typography #menu a:hover {
	width: 139px;
	height: 32px;
	margin-left: -10px;
	margin-top: -10px;
	color: #DEEBBC;
	text-decoration: underline;
}
.typography #right H3 {
	width: 193px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 12px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(../images/title.gif) repeat-x
}
.typography #right a { color: #208A06; }
.typography #right a:visited { color: #208A06; }
.typography #left H4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #208A06;
}
.typography #left a {
	color: #208A06;
	text-decoration: none;
}
.typography #left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #208A06;
}
.typography .date a { color: #208A06; }
.typography #footer a { color: #ffffff; }
