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

.typography p { 
	margin: 0;
	font-size: 12px;
	line-height: 14px; 
}

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

/*** Lists ***/
.typography ul{
    list-style:disc;
}
.typography ul{
	margin: 20px;
    font-size:12px;
}

.typography ul li { 
	list-style-type:disc;
    color:inherit;
}

.typography ol {
    margin:20px;
    font-size:12px;
}

/*** Links ***/

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

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

.typography h1 {
	font-style: normal;
	line-height: normal;
	color: #025631;
	font-size: 18px;
}
.typography h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #025631;
}
.typography h3 {
	font-size: 14px;
	color: #025631;
}
.typography h4 {
	font-size: 18px;
	font-weight: bold;
	color: #932200;
}
.typography h5 {
	font-size: 16px;
	font-weight: bold;
	color: #932200;
}
.typography h6 {
	font-size: 14px;
	color: #932200;
}

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



/*/
/*/
/*/
/*/
/*/
/*/
/*/
/*/











.typography2 * {
    color: #838383;
}

.typography2 p { 
    margin: 0;
    font-size: 12px;
    line-height: 14px;
}

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

/*** Lists ***/

.typography2 ul, .typography2 ol {
    margin: 20px;
    font-size:12px;
}

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

/*** Links ***/

.typography2 a {
    color: #0800FF;
    cursor: pointer;
    text-decoration: none;
}

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

.typography2 h1 {
    font-style: normal;
    line-height: normal;
    color: #0061aa;
    font-size: 18px;
}
.typography2 h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: bolder;
    color: #0061aa;
}
.typography2 h3 {
    font-size: 16px;
    color: #666666;
}
.typography2 h4 {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
.typography2 h5 {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.typography2 h6 {
    font-size: 10px;
    color: #666666;
}

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

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

/*** Tables ***/
.typography2 table {
    border: 0px solid black;
    border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

