/*** This typography file is included in the WYSIWYG editor ***/
.typography * {
	color: #6F6D6D;
}

.typography p { 
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	font-weight: lighter;
}

.typography blockquote {
	margin: 10px;
	font-size: 16px;
	font-style: italic;
}

/*** Lists ***/

.typography ul, .typography ol {
	margin: 20px;
}

.typography li {
	padding: 0 0 0 15px;
	background: transparent url(../images/i-1.gif) no-repeat scroll 3px;
}

/*** Links ***/

.typography a {
	color: #420261;
	cursor: pointer;
	text-decoration: none;
}

.typography a:hover {
	text-decoration: underline;
}
/*** Headers ***/

.typography h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.typography h2 {
	font-size: 14px;
	color: #fcec91;
	padding-left: 20px;
	font-weight: normal;
	padding-top: 10px;
}
.typography h3 {
	font-size: 16px;
	color: #666666;
}
.typography h4 {
	font-size: 12px;
	font-weight: bold;
	color: #420261;
}
.typography h5 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.typography h6 {
	font-size: 10px;
	color: #666666;
}

/*** Addresses ***/	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:14px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}

.typography q {
	display:block;
	font-size:12px;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;;
}

/*** Tables ***/
.typography table {
	border: 2px solid black;
	border-collapse: collapse;
}

.typography table td, table th {
	padding: 5px;
}

.typography table th {
	background-color:#0061aa;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.typography td {
	border: 0px solid #bebebe;
	border-collapse: collapse;
}

/*** WYSIWYG EDITOR ALIGNMENT ***/
.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align:right;
}

.typography img.right {
	float:right;
	margin: 10px 0px 10px 10px;
}

.typography img.left {
	float:left;
	margin: 10px;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display:block;
}

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

