.newcentury { 
	white-space: normal;
	position: relative; }

textarea { background: none; }

/* Fix for MS Office style paragraphs (MsoNormal) */
p { margin: 0; padding: 0; }

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}

/* all the css setting would be here */
.example1 {
	font-weight: bold;
	font-size: 14px
}

.example2 {
	font-weight: bold;
	font-size: 12px;
	color: #FF0000
}

.tablerow1 {
	background-color: #BBBBBB;
}

#uploadFrame { display: none; }