* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}

/* FCKEditor */
.fckeditor p {
	margin-bottom: 10px;
	text-align: justify;
}
.fckeditor h3 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
}
.fckeditor ul, .fckeditor ol {
	margin-bottom: 10px;
	padding: 0px 40px 0px 40px;
}
.fckeditor strong { font-weight: 700; }
.fckeditor em { font-style: italic; }
.fckeditor table {
	margin: 0px 40px 10px 40px;
	border-collapse: collapse;
	border: 1px solid #000000;
}
.fckeditor table td {
	padding: 5px;
	border: 1px solid #000000;
}
.fckeditor a { text-decoration: underline; }
.fckeditor a:hover { text-decoration: none; }
.fckeditor img { margin: 5px; }
