.HomePageTypography * {
	font-family:Verdana,Arial,sans-serif;
 	font-size: 14px;
}

/* PARAGRAPHS */
.HomePageTypography p { 
 	color: #666;
 	line-height: 1.6em;
 	font-size: 1.2em;
 	margin-bottom:10px;
}
.HomePageTypography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.HomePageTypography a { 
 	text-decoration: none; 
	color: #3E91C4;
}
.HomePageTypography a:hover { 
 	text-decoration: underline;
}

/* ICONS */
.HomePageTypography a[href$=".pdf"],
.HomePageTypography a[href$=".PDF"],
.HomePageTypography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.HomePageTypography a[href$=".doc"],
.HomePageTypography a[href$=".DOC"],
.HomePageTypography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.HomePageTypography a[href$=".xls"],
.HomePageTypography a[href$=".XLS"],
.HomePageTypography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.HomePageTypography a[href$=".gz"],
.HomePageTypography a[href$=".GZ"],
.HomePageTypography a[href$=".gzip"],
.HomePageTypography a[href$=".GZIP"],
.HomePageTypography a[href$=".zip"],
.HomePageTypography a[href$=".ZIP"],
.HomePageTypography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.HomePageTypography a[href$=".exe"],
.HomePageTypography a[href$=".EXE"],
.HomePageTypography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}
.HomePageTypography a[href$=".ppt"],
.HomePageTypography a[href$=".PPT"],
.HomePageTypography a.ppt {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/power_point.png) no-repeat left center;
}

/* LIST STYLES */
.HomePageTypography ul, 
.HomePageTypography ol {
	margin: 20px;
	color: #666;
	font-size:1em;
}

.HomePageTypography ul li {
	list-style-type:disc; 
	margin: 5px 10px;
}

.HomePageTypography ol li {
	list-style-type:decimal; 
	margin: 5px 10px;
}

/* HEADER STYLES */

.HomePageTypography h1,
.HomePageTypography h2 { 
	color: #6F7B5C; 
	margin: 15px;
	clear: both;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}
.HomePageTypography h1 {
	font-size: 2.4em;
}
.HomePageTypography h2 { 
 	font-size: 2em; 
}
	
.HomePageTypography h3 {
	color: #222;
	margin: 25px 0 15px 0;
	font-weight: 300;
	clear: both;
	font-size: 1.8em;
}
.HomePageTypography h4 {
	font-size: 1.6em;
	color: #222;
	width: 95%;
	clear: both;
	font-weight: 300;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 15px 0;
}
.HomePageTypography h5 {
	font-size: 1.4em;
	color: #222;
	font-weight: 300;
	margin: 10px 0;
}
.HomePageTypography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
}

/* ADRESS STYLES */	
.HomePageTypography pre {
	position:relative;
	overflow:hidden;
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:1em 2em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}
.HomePageTypography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

.HomePageTypography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.HomePageTypography table {
	margin: 10px;
	font-size: 1em;
	color: #666;
	border-collapse:collapse;
}
	.HomePageTypography td {
		border:1px solid #999;
		padding:5px;
		font-size: 1em;
		border-collapse:collapse;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.HomePageTypography .left {
	text-align:left;
}
.HomePageTypography .center {
	text-align:center;
}
.HomePageTypography .right {
	text-align:right;
}
.HomePageTypography img.right {
	float:right;
	margin-left:20px;
}
.HomePageTypography img.left {
	float:left;
	margin-right:20px;
}
.HomePageTypography img.leftAlone {
	float:left;
}
.HomePageTypography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.HomePageTypography label {
	font-size: 1em;
}
.HomePageTypography input.text, .HomePageTypography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.HomePageTypography p.MsoNormal, .HomePageTypography p.MsoBodyText {
	margin: 0;
}

.HomePageTypography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
