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