/* Start of CMSMS style sheet 'Styles' */
/* Heading Styles */
h1.title {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1188b3;
	padding: 5px 0px;
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica;
	color: #1188b3;
	font-weight: normal;	
	padding-bottom: 4px;
}

h1 { font-size: 17px; line-height: 21px;}
h2 { font-size: 16px; line-height: 20px;}
h3 { font-size: 15px; line-height: 19px;}
h4 { font-size: 14px; line-height: 18px;}
h5 { font-size: 13px; line-height: 17px;}
h6 { font-size: 12px; line-height: 16px;}

strong, b { font-weight: bold; font-size: inherit;}
em , i { font-style: italic; font-size: inherit; }

p {
	font-size: 12px;
	color: #6d6e71;
	line-height: 16px;
	margin-bottom: 14px;
}

a:link, a:visited {
        font-size: inherit;
	color: #90B03A;
	text-decoration: none;
}

a:hover, a:active {
	color: #792222;
	text-decoration: underline;
}

ul, ol {
       margin-left: 30px;
       margin-bottom: 12px;
}

ul {
    list-style-type: square;
}

ol {
    list-style-type: decimal;
}

li {
      margin-bottom: 5px;
      font-size: 12px;
      line-height: 16px;
      color: #6d6e71;
}


/* Tiny Styles */
.img_right {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    clear: both;
}

.img_left {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    clear: both;
}

.call {
	font-size: 29px;
	font-weight: bold;
	color: #85114e;
	font-family: Arial Narrow, Arial;
}

.blue {
    color: #1188b3;
    font-size: inherit;
}

.separator {
    border-bottom: dotted 1px #dfe2e5;
    margin-bottom: 10px;
    clear: both;
    height: 10px;
    line-height: 10px;
    font-size: 1px;
    display: block;
} 


/* End of 'Styles' */

