/* Start of CMSMS style sheet 'Styles' */
h1, h2, h3, h4, h5, h6 {
	color: #721b0a;
	margin-bottom: 12px;
	padding-top: 10px;
	font-weight: normal;
	font-family: inherit;
}

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1.title {
	border-bottom: dotted 1px #eee;
	padding: 0px 0px 3px 0px;
	color: #c2872d;
	font-size: 30px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

p {
	color: #666666;
	margin-bottom: 12px;
        line-height: 130%;
}

b, strong {
        font-weight: bold;
}

#content {
	color: #666666;
}

ul, ol {
       margin-left: 30px;
       margin-bottom: 12px;
       list-style-type: square;
}

li {

      margin-top: 4px;
      color: #666666;
}

.image_right, .image_left {
	border: solid 1px #761f0f;
	padding: 1px;
	background: #eee;
}

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

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

.separator {
    border-bottom: solid 1px #d7dbcc;
    margin-bottom: 10px;
    clear: both;
    height: 10px;
    line-height: 10px;
    font-size: 1px;
    display: block;
} 
/* End of 'Styles' */

