/***** Site wide Styles *****/
        a {
                color: #017051;
                text-decoration: none;
        }
        a:hover {
                text-decoration: underline;
        }
        body {
                font-family: arial, sans-serif;
                color: #000000;
        }

/***** TinyMCE Styles *****/
	.greenText {
		color: #017051;
	}
	.noImageBorder {
		border: none;
	}
	.sectionTitle {
		border-bottom: 1px dotted #999999;
		font-weight: bold;
		color: #017051;
	}
	.noicon {} /* used for document icons */
.fbbox {
	border: 1px #cccccc solid;
	margin: 14px;
}
.fbsmalltitle {
	background: #EDEFF4;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 7px;
	border-bottom: 1px #cccccc solid;
}
	.mceItemTable, .mceItemTable td {
		border: 1px dashed #999999;
	}

