/**  
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	color: white;
	font-family: Palatino, Garamond, serif;
}

/* HEADER STYLES */

.typography h1 {
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 1px;
}
.typography h2 {
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
}	
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}

/* PARAGRAPHS */
p { 
	font-size: 11pt;
 	padding: 5px 0px;
}

/* LINKS */
a:link, a:visited, a:active {
	color: white;
}
a:hover {
	color: #d3af76;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float:left;
	margin-right:100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
/* forms.css */

/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}