/* 
This file is for any styles used in the content pages of the cms. This is d
one so that the content css styles can be imported to the wysiwyg editor.
 */

body{	
	font: normal 11px arial, verdana, tahoma;
}

#content{
	/*padding: 15px;*/
}


.pagetitle, h1 {
	font: normal 17px arial, verdana, tahoma;
	color: #483318;
}

.note1{
	font: normal 11px arial, verdana, tahoma;
	color: #483318;
}

.error{
	color: #fc8f03;
	font: bold 11px arial, verdana, tahoma;
}
.error li{
	list-style-image: url(../img/warningcircle.gif);
}