/* 
This file is for any styles used in the content pages of the cms. This is
done so that the content css styles can be imported to the wysiwyg editor.
 */

body{	
	font: normal 11px arial, verdana, tahoma;
}

.page-content{
	background: #dbe3cc;
	padding: 10px ;
}

.pagetitle, h1 {
	font: normal 17px arial, verdana, tahoma;
	color: #536237;
}

.note1{
	font: normal 11px arial, verdana, tahoma;
	color: #536237;
}

