/* TYPOGRAPHY STYLES */
.typography {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.2em;
}

.typography h1, .typography h2 {
	font-size: 18px;
	margin: 0;
	padding: 4px 0;
	line-height: 22px;
	clear: both;
}

.typography h1 {
	border: 0px solid #ededed;
	border-bottom-width: 1px;	
}

.typography h2 {
	font-weight: normal;	
}

.typography h3 {
	font-size: 13px;
	margin: 0 0 1em 0;
}

.typography h4, .typography h5 {
	font-size: 13px;
	margin: 0;
}

.typography .Date {
	color: #999;	
}

/* GLOBAL AND SPECIAL STYLES */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }

hr {
	width:100%;
	color:#FFF !important;
	background-color:#FFF !important;
	border:0px solid #ededed;
	border-bottom-width:1px !important;
	height:0px;
	margin: 0;
	clear:both;
	shade:no-shade;
}

h2.LogoTitle {
	margin: 0;
	padding: 0;
	float:right;
}
	h2.LogoTitle a {
		display: block;
		width: 144px;
		height: 19px;
		background: url('../images/logo.png') no-repeat left top;
	}
	
	h2.LogoTitle span {
		display: none;
	}

.HomeContent h1 {
	border: 0;
}

.HomeContent {
	font-size: 18px;
	line-height: 1.2em;
}

.HomeContent p {
	margin: 0 0 10px 0;
}
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}