/**
 * Styles used in IgnitionWeb's RTE.
 * $Id: iw_styles.css 4616 2009-11-16 15:19:44Z 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;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
}


.heading-1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #FF080B;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

/*** mlm ***/
.heading-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #FF080B;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.05em;

}

.heading-3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #FF080B;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.05em;

}

.title {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: #FF080B;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

.subheading-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
	font-weight: bold;

}

/*** mlm ***/
.subheading-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
	font-weight: bold;

}


/*** mlm ***/
.intro-text {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #666666;
    text-decoration: none;
}


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

.large-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
}


/*** mlm ***/
.small-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.5;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

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

/*** mlm ***/
td.grey1 {
	background-color: #f8f8f8;
}

/*** mlm ***/
td.grey2 {
	background-color: #ffffff;
}

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

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

/**
 * We need to limit these styles to IgnitionWeb only or else they will
 * screw up the front-end styles throughout.
 */
#rte a {
    color: #FF080B;
    text-decoration: none;
}
#rte a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #999999;
}

ul {
    list-style-type: disc;
    list-style-image: url('http://www.milgram.com/_media/en/red_dot_list.gif');
}

ol {
    list-style-image: none;
}

