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

.typography p { 
	margin:0pt 0pt 8px;
	font-size: 11px;
}

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

/*** Lists ***/

.typography ul, .typography ol {
	font-size:11px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt 0pt 9px;
    padding:0pt;
}

.typography ol li {
	padding:0pt 0pt 2px;
}

.typography ul li {
    background:transparent url(../images/bullet.gif) no-repeat scroll 0pt 5px;
    padding:0pt 0pt 2px 10px;
}

/*** Links ***/

.typography a {
	color: #262626;
	cursor: pointer;
	text-decoration: underline;
}

.typography a:hover {
    color: #002F65;
	text-decoration: none;
}
/*** Headers ***/

.typography h1 {
    margin:0;
    font-weight:100;
    font-size:21px;
    color:#262626;
}
.typography h2 {
    margin:0 0 6px;
    font-weight:100;
    font-size:16px;
}
.typography h3 {
    margin:0 0 3px;
    font-weight:100;
    font-size:14px;
}
.typography h4 {
    margin: 0 0 3px;
    font-weight:100;
    font-size:21px;
    line-height:21px;
    color:#002f65;
}
.typography h5 {
    margin:0 0 3px;
    font-weight:100;
    font-size:16px;
    color:#002f65;
}
.typography h6 {
    margin:0 0 3px;
    font-weight:100;
    font-size:14px;
    color:#002f65;
}

/*** 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: 1px 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;
}
