/* TYPOGRAPHY */
.typography h2.Title{line-height: 1;}

.typography h2{font-size: 1.67em; color: #4a5d6b; padding: 0.2em 0 0 0;}
.typography h3{font-size: 1.3em; color: #4a5d6b; padding: 0.3em 0 0 0;}

.typography p{padding-bottom: 0.7em;}

.typography img{border: 1px solid #c9c9c9; padding: 2px;}

.typography strong{font-weight:bold;}

.typography a:link, a:active, a:visited { color: #245c88; text-decoration: none; }
.typography a:hover { color: #245c88; text-decoration: underline;}


/* LISTS */
.typography ul{list-style-type: none; margin: 0 0 1em 0.5em;}
	.typography ul li{background: url(../images/listItem.png) 0 5px no-repeat; padding: 0 0 0.2em 14px;}

/* TABLES */
table td {
	background-color: #EEE;
	text-align: center;
	padding: 2px;
	}
table th {
	border: 0;
	background-color: #DDD;
	text-align: center;
	padding: 2px 5px;
	}

