/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    color: #323232;
}

.typography input, textarea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 1em;
}

.typography .list3 dt {
    color: #d40005;
    font-weight: bold;
}

.typography a, .typography a * {
    color: #d40005;
}

.typography a:hover {
    text-decoration: none;
}

.typography h2{
	color: #d40005;
	font-size: 26px;
	font-weight: normal;
}

.typography h2:first-letter{
	font-size: 28px;
	color: #d40005;
	font-weight: bold;
}

.typography h3 {
    font-size: 1em;
}

.typography #header .row-1 {
    color: #737373;
}

.typography #header .row-1 a {
    color: #737373;
    text-decoration: none;
}

.typography #header .row-1 a:hover {
    color: #e20005;
    text-decoration: underline;
}

.typography #header ul li a {
    line-height: 51px;
    text-align: center;
    font-weight: bold;
    color: #2d2d2d;
    text-decoration: none;
}

.typography #header ul li a:hover {
    color: #fff;
}

.typography #header ul li a.current {
    color: #fff;
    background: #555656;
}

.clear {
    font-size: 1px;
}


/* 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;
}