@CHARSET "UTF-8";

body {
	font-family: 'Century Gothic';
	font-weight: normal;
    font-size:   12px;
}

/* TinyMCE specific rules */
.mceContentBody {
	background-color:    #fff; 
	background-image:    none; 
	background-repeat:   no-repeat; 
	background-position: 0 0;
	font-size:           10px;
	color:               #000;
	font-family:         Arial;
	font-weight:         normal;
	padding:             0;
}