/**
 * This typography file is included in the WYSIWYG editor
 */

.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}

.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#444;
	font-size:1.0em;
}

.typography p {
	margin-bottom:0.5em;
}

.typography small
{
font-size:0.9em;
font-style:italic;
}

.typography strong, .typography b {
color:#2d6090;
}

/** CMS LIST STYLES **/
.typography ul
{
list-style-image:url(../images/bullet.gif);
}

.typography ul,
.typography ol {
	margin-left:10px;
	
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
	}
		.typography ul li {
	/*	 list-style-type:disc;*/
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6
{
color:#2d6090;
font-weight:normal;
padding-top:0.5em;
padding-bottom:1em;
}

.typography h1
{
font-size:1.5em;
}

.typography h2
{
font-size:1.3em;
}

.typography h2 a
{
color:#2d6090;
}

.typography h3
{
color:#2d6090;
padding-top:1em;
padding-bottom:0.5em;
}

/* LINK STYLES */
.typography a {
  color:#F67028;
  font-size:1em;
  text-decoration:none;
}

.typography a:hover {
  text-decoration:underline;
}
	
	
.typography table {
	font-size:1.1em;
}

.typography table tr td {
  padding:3px 5px;
}

	
/* 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:2em;
   margin-bottom:1.5em;
}
.typography img.left {
	float:left;
   margin-right:2em;
   margin-bottom:1.5em;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
