/* Start of CMSMS style sheet 'Styles' */
p {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 19px;
	color: #524e4e;
}

/* Heading Styles */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica;
	color: #005e20;
	font-weight: normal;
	border-bottom: dotted 1px #005e20;
	padding-bottom: 4px;
}

h1 { font-size: 19px; }
h2 { font-size: 18px; }
h3 { font-size: 17px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

a:link, a:visited {
	color: #cf4e37;
}

a:hover, a:active {
	color: #005e20;
}

/* Styles used in Tiny */
.none {} 

.red { color: #cf4e37; }
.green { color: #005e20; }

.img_right {
	float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    clear: both;
}

.img_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' */

