.typography { 
	font-family:Helvetica,Verdana,sans-serif;
	font-size:1em;
	color:#000;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#000;
	line-height:1.75em;
	font-size:1.1em;
	font-family:verdana;
	font-size:1em;
}
.typography p {
	margin-bottom:20px;
}
.typography li {
    list-style-type:disc;
    margin-left:6px;
}
#column2 p {
	margin:10px 15px 0 15px;
}
#column2 a {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
#column2 a:hover {
        color:green;
    }
.caption {
	color:#000;
	font-size:9px;
}
.typography a {
    color:#FFF;
    text-decoration:none;
}
/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#000;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:12px;
	}
	.typography h4 {
		font-size:1.4em;
	}
.typography table {
	font-size:1.1em;
	margin-bottom:-3px;
	}
	.typography table tr td {
		padding:0;
	}
