/**
 * 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: 11px; 
	line-height: 1.6; 
	color: #666666;
}

/*** mlm ***/
h1, .heading {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #B6A137; 
	font-weight: bold; 
	line-height: 1.4;
}

/*** mlm ***/
.subheading {
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 11px; 
	line-height: 1.6; 
	color: #666666;
	font-weight: bold; 
}

.title-rte {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 28px; 
	font-weight: normal; 
	color: #999999; 
	line-height: 1; 
	letter-spacing: -0.05em;
}

/*** mlm ***/
.normal-text {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 11px; 
	line-height: 1.6; 
	color: #666666;
}

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


input {
    border: 1px solid #B6A137;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;   
    line-height: 1.5;
}

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

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

a, a:visited {
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
    line-height: 1.6;
    color: #B6A137;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 11px;
    line-height: 1.6;
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    background-color: #E8E15E;
}
