/*
@import "default.css";
*/

.typography * {
	font-family: Arial, Helvetica, sans-serif;
}
.typography h1,.typography h2,.typography h3,.typography h4,.typography h5,.typography h6 {
	letter-spacing:2px; text-transform:uppercase;
}
.typography h3, .typography h4, .typography h5 {
	letter-spacing:1px;
}
.typography a {
	color:#f80000;
	text-decoration:none;
}
.typography h1 a, .typography h2 a, .typography h3 a, .typography h4 a, .typography h5 a, .typography h6 a {
	color:black;
}
/*h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#f80000;
}*/
#Column2-1Inner a:hover {
	border-bottom:1px dotted;
}
.typography ul {
	margin-left:0;
}
.typography li {
	list-style:none;
	background:url(../images/submenu_bullet.gif) no-repeat left .6em;
	padding-left:1em;
}
.typography hr {
	border:0; 
	color:#b2b2b2;
	background-color:#b2b2b2;
	height:1px;
	margin:12px 0;
}
.typography p.date {
	color:#8e8e8e; 
	font-size:.8em;
	text-transform:uppercase;
	margin-bottom:0;
}
.typography table {
	margin:0 0 1.5em 0;
	font-size:inherit;
	border-collapse:collapse;
	border-color:white;  /* hack to hide vertical borders in FF */
}
.typography td,.typography th, .typography tr {
	font-size:inherit;
	padding:.5em;
	vertical-align:top;
	text-align:left;
	border-width:1px 0;
	border-color:#efefef;
}
.typography th {
	font-weight:bold;
}
.typography table.DataTable,
.typography table.DataTable th,
.typography table.DataTable tr,
.typography table.DataTable td {
	border-width:1px 0;
	border-style:solid;
}