
/*** This typography file is included in the WYSIWYG editor */
.typography * {
	font-size:12px;
}
.typography blockquote {
	margin-left:20px;
}
.black {
	color:#000;
}
.typography hr {
	color:#b1b4bb;
	background-color:#b1b4bb;
	height:1px;
	border:none
}
.typography p, .typography ul li, .typography ol li, .typography a {
	color:#000;
	line-height:1.3em;
	font-size:14px;
}
.typography p {
	margin-bottom:10px;
}
.typography img {
	border:none;
}
/** CMS LIST STYLES **/
.typography ul, .typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
.typography ul li, .typography ol li {
	margin:4px 10px;
	line-height:1.4em;
}
.typography ul li {
	list-style-type:disc;
}
.typography ol li {
	list-style-type:decimal;
}
/* HEADER STYLES */

.typography h1, .typography h2, .typography h3, .typography h4 {
	margin:0 0 3px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#085a4a;
}
.typography h5, .typography h6 {
	margin:3px 0 5px 0;
}
.typography h1 {
	font-size:26px;
}
.typography h1 a{
	font-size:26px;
	color:#085a4a;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.typography h2 {
	font-size:22px;
}
.typography h3 {
	font-size:19px;
}
.typography h4 {
	font-size:16px;
}
.typography h5, .typography h5 a {
	font-size:16px;
	text-decoration:none;
}
.typography h6 {
	font-size:12px;
}
/* LINK STYLES */
.typography a {
	color:#085a4a;
	font-size:12px;
	text-decoration:underline;
	cursor:pointer;
}
.typography a:hover {
	text-decoration:none;
}
.typography table {
	font-size:12px;
}
/* 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;
}

/* Highlight First Letter */
.Employee_title {
	color:#000;
	margin:0 0 5px 0;
}
.Employee_txt {
	color:#000;
}
.Employee_txt a {
	text-decoration:none;
	color:#085a4a;
}

/* Highlight First Letter */
.firstp:first-letter {
	color: #af1b08;
	font-size: 36px;
	font-style: italic;
	float: left;
	padding-top: 7px;
	padding-right: 5px;
}
fieldset  {
	border:none;
	margin:0;
	padding:0;
}
label {
	color:#000;
}
.field {
	margin:0 0 10px 0;
}