/**
 * 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 hr {
	padding:5px;
}
.typography img {
	border: 1px solid #000000;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	/*font-size:1.1em;*/
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
}
	.typography ul li,
	.typography ol li {
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */
.typography h1 {
   color: #353535;
   background-color: transparent;
   margin-top: 15px; margin-bottom: 10px;
   font-size: 16px;
}
.typography h2 {
   color: #353535;
   background-color: transparent;
   margin-top: 15px; margin-bottom: 10px;
   font-size: 14px;
}
.typography h3 {
   color: #353535;
   background-color: transparent;
   margin-top: 15px; margin-bottom: 10px;
   font-size: 13px;
}
.typography h4 {
   color: #353535;
   background-color: transparent;
   margin-top: 10px; margin-bottom: 10px;
   font-size: 11px;
}
/*
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#0083C8;
}
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}
*/
/* LINK STYLES */
.typography a {
	color:#0055a4;
  /*font-size:1em;*/
  text-decoration:underline;
}
	.typography a:hover {
		color:#071947;
		text-decoration:none;
	}
	
	
.typography table {
	/*font-size:1.1em;*/
}
	.typography table tr  {
		padding:3px 5px;
	}
	.typography table td {
		padding:3px;
		padding-right:15px;
	}
.typography table.table_01 {
   width: 100%;
}

	.typography table.table_01 thead {
	  background-color: #c0c0c0;
	  font-weight: bold;
	}

	.typography table.table_01 tr {
	}

	.typography table.table_01 tr.row_01 {
	  background-color: #c0c0c0;
	}

	.typography table.table_01 tr.row_02 {
	  background-color: #ffffff;
	}

   	.typography table.table_01 tr td {
   	  padding: 3px 7px 3px 7px;
   	}

.typography table.table_resellers {
   width: 100%;
}

	.typography table.table_resellers thead {
	  background-color: #c0c0c0;
	  font-weight: bold;
   }

	.typography table.table_resellers tr {
	}

	.typography table.table_resellers tr.row_01 {
	  background-color: #ececec;
	}

	.typography table.table_resellers tr.row_02 {
	  background-color: #f1f1f1;
	}

   	.typography table.table_resellers tr td {
   	  padding: 2px 7px 2px 7px;
   	  height: 35px;
   	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}