/**
 * Styles used in IgnitionWeb's RTE.
 * $Id: iw_styles.css 4642 2009-11-25 16:25:53Z derek $
 *
 * Make any required changes directly to this file or import styles from an
 * existing site stylesheet.
 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

body * {
    line-height: 150%;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #656460;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #656460;
}

/*** mlm ***/
.subheading {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-weight: bold;
    line-height: 1.5;
}

/*** mlm ***/
.intro-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #838270;
}

/*** mlm ***/
.normal-text {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
    line-height: 1.5em;
}

/*** mlm ***/
.small-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;   
    line-height: 1.4;
}

/*** mlm ***/
#keyline {
	border-bottom: 1px solid #656460;
}

.rte-small {
    font-size: 9px;
}

.rte-big {
    font-size: 13px;
}
